Skip to content

Commit d772627

Browse files
scoulombSylvain COULOMBEL
authored andcommitted
Env var are not updated after a secret update
1 parent 27613f3 commit d772627

File tree

1 file changed

+5
-0
lines changed
  • content/en/docs/concepts/configuration

1 file changed

+5
-0
lines changed

content/en/docs/concepts/configuration/secret.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,11 @@ The output is similar to:
726726
1f2d1e2e67df
727727
```
728728

729+
#### Environment variables are not updated after a secret update
730+
731+
If a container already consumes a Secret in an environment variable, a Secret update will not be seen by the container unless it is restarted.
732+
There are third party solutions for triggering restarts when secrets change.
733+
729734
## Immutable Secrets {#secret-immutable}
730735

731736
{{< feature-state for_k8s_version="v1.19" state="beta" >}}

0 commit comments

Comments
 (0)