We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27613f3 commit d772627Copy full SHA for d772627
content/en/docs/concepts/configuration/secret.md
@@ -726,6 +726,11 @@ The output is similar to:
726
1f2d1e2e67df
727
```
728
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
734
## Immutable Secrets {#secret-immutable}
735
736
{{< feature-state for_k8s_version="v1.19" state="beta" >}}
0 commit comments