You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/v3/develop/faq/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ The current approach has a [number of benefits](/docs/v3/about/benefits/):
59
59
60
60
* e.g. promoting from `1.2.3` to `1.3.0` of application `cheese` may look innocent enough, but did you notice those new `ClusterRole` and `PersistentVolume` resources that it now brings in?
61
61
62
-
* we can default to using [canonical secret management mechanism](/docs/v3/guides/secrets/) based on [kubernetes external secrets](https://github.com/godaddy/kubernetes-external-secrets) (see [how it works](docs/v3/about/how-it-works/#generate-step)) to ensure that:
62
+
* we can default to using [canonical secret management mechanism](/docs/v3/guides/secrets/) based on [kubernetes external secrets](https://github.com/godaddy/kubernetes-external-secrets) (see [how it works](/docs/v3/about/how-it-works/#generate-step)) to ensure that:
63
63
64
64
* no Secret value accidentally gets checked into git by mistake
65
65
* all secrets can be managed, versioned, stored and rotated using vault or your cloud providers native secret storage mechanism
0 commit comments