Replies: 2 comments 6 replies
-
Have you tried restarting the pod to pick up the latest config map changes? |
Beta Was this translation helpful? Give feedback.
3 replies
-
Yes that’s what I did eventually but this looks more like a workaround than an intended behaviour right?
…________________________________
From: Kate ***@***.***>
Sent: Friday, March 22, 2024 6:31:42 PM
To: nextcloud/helm ***@***.***>
Cc: R-Nabil ***@***.***>; Mention ***@***.***>
Subject: Re: [nextcloud/helm] Config.php is not regenerated when i change the ConfigMap ? (Discussion #539)
Hm maybe the pvc is mounted on top of the config map? @R-Nabil<https://github.com/R-Nabil> could you try deleting the config file inside the pod and then restarting it? Either the file won't be regenerated at all or it should contain the new config map values.
—
Reply to this email directly, view it on GitHub<#539 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQARXXSADTXKJBNPIGBOHILYZQCA5AVCNFSM6AAAAABD6H4XGKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQNZWGQYDM>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Sorry if this is a dumb one but I can't figure it out.
It seems like the config.php file is not regenerated with new values when I update my config map.
For instance, if I change 10.0.0.0/24 to 10.0.0.0/16, I exec into the pod and look at the config.php file, I still see /24.
Is there something I am missing ?
Beta Was this translation helpful? Give feedback.
All reactions