-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
[bitnami/wordpress] Document values that are not changed on upgrades #15125
Comments
I found an issue on similar topic, which is closed but with no news on the internal task that was opened about the same property not working: #10329 (comment) I guess the intended |
Another previous issue on same topic highlighted what I pointed previously that on redeploying configuration will not be altered. For us the users, this is the exact opposite expectation from a HELM deployed application. All popular HELM applications (Nginx Ingress, Cert Manager, Cillium etc.) change their configuration on overriding values.yml. Bitnami's internal decision on web apps to lock config after first install is unexpected for HELM users and opposite of the common pattern that HELM apps work. |
Please in all web applications document properties from |
Hi, Thank you so much for the feedback! I will forward this to the documentation team. I'm afraid I cannot guarantee an ETA, but if you want to speed up the process, feel free to submit a PR and we will take a look. |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Why was this closed/solved as not planned?? |
Name and Version
bitnami/wordpress 15.2.45
What steps will reproduce the bug?
Are you using any custom parameters or values?
added after initial install wordpressExtraConfigContent with required extra wordpress configuration
What is the expected behavior?
I expected wp-config.php to have the additional configuration added to the file
What do you see instead?
wp-config.php has not changed at all.
Additional information
I thought that wp-config.php would be generated on pod's deployment as tweaking the wordpress configuration from helm's overriding values would make sense.
The container doesn't contain not even a basic editor like vi or nano to allow manually changing the wp-config.php file later.
Sidenote, changing some other stuff in values.yml and redeploying using helm did change other things as expected (tweaking mariadb's config for example did work)
The text was updated successfully, but these errors were encountered: