How should I expect a helm release to update if a values from secret is updated #1234
-
Hi, I have a helm release with valuesFrom a secret a bit like this: valuesFrom: I have updated the secret but I am not seeing that reflected in the helmrelease. Should/can I expect that to update? |
Beta Was this translation helpful? Give feedback.
Answered by
stefanprodan
Apr 8, 2021
Replies: 1 comment 1 reply
-
The secret is refreshed at every |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
punkle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The secret is refreshed at every
HelmRelease.spec.interval
.