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.
2 parents e553c6d + d772627 commit 5e1e619Copy full SHA for 5e1e619
content/en/docs/concepts/configuration/secret.md
@@ -725,6 +725,11 @@ The output is similar to:
725
1f2d1e2e67df
726
```
727
728
+#### Environment variables are not updated after a secret update
729
+
730
+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.
731
+There are third party solutions for triggering restarts when secrets change.
732
733
## Immutable Secrets {#secret-immutable}
734
735
{{< feature-state for_k8s_version="v1.19" state="beta" >}}
0 commit comments