Env var are not updated after a secret update

pull/25514/head
Sylvain Coulombel 2020-11-13 23:16:50 +01:00 committed by Sylvain COULOMBEL
parent 27613f38c6
commit d77262740b
1 changed files with 5 additions and 0 deletions

View File

@ -726,6 +726,11 @@ The output is similar to:
1f2d1e2e67df
```
#### Environment variables are not updated after a secret update
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.
There are third party solutions for triggering restarts when secrets change.
## Immutable Secrets {#secret-immutable}
{{< feature-state for_k8s_version="v1.19" state="beta" >}}