Skip to content

Commit a0a57ab

Browse files
committed
chore: fix bad link
1 parent 25a9c06 commit a0a57ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/v3/develop/faq/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The current approach has a [number of benefits](/docs/v3/about/benefits/):
5959

6060
* 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?
6161

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:
6363

6464
* no Secret value accidentally gets checked into git by mistake
6565
* all secrets can be managed, versioned, stored and rotated using vault or your cloud providers native secret storage mechanism

0 commit comments

Comments
 (0)