Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature](WPN-287) MariaDB's password for each MariaDB #604

Open
wants to merge 1 commit into
base: WPN
Choose a base branch
from

Conversation

rosamaggi
Copy link
Contributor

This is what we want but it doesn't work (ansible task failed) until the WPN-287 is done : https://erpdev.atlassian.net/browse/WPN-287

As all mariadbs have been already created, kubernetes doesn't allow to modify rootPasswordSecretKeyRef property

This is what we want but it doesn't work (ansible task failed) until the WPN-287 is done : https://erpdev.atlassian.net/browse/WPN-287

As all mariadbs have been already created, kubernetes doesn't allow to modify `rootPasswordSecretKeyRef` property
@rosamaggi rosamaggi requested review from ponsfrilus and domq February 6, 2025 11:52
@ponsfrilus ponsfrilus changed the title [feature](WPN-287) mariadb password [feature](WPN-287) MariaDB's password for each MariaDB Feb 6, 2025
@@ -29,11 +29,13 @@
storage: 1Gi
storageClassName: "{{ storage_class_to_use }}"
rootPasswordSecretKeyRef:
name: mariadb
name: "{{ _mariadb_name }}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please either put this pull request on hold, or put up a comment to explain why this task will stay red until we get https://go.epfl.ch/WPN-300 done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants