diff options
| -rw-r--r-- | contributors/design-proposals/auth/secrets.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contributors/design-proposals/auth/secrets.md b/contributors/design-proposals/auth/secrets.md index d0b69719..a5352444 100644 --- a/contributors/design-proposals/auth/secrets.md +++ b/contributors/design-proposals/auth/secrets.md @@ -1,9 +1,9 @@ ## Abstract -A proposal for the distribution of [secrets](../user-guide/secrets.md) +A proposal for the distribution of [secrets](https://kubernetes.io/docs/concepts/configuration/secret/) (passwords, keys, etc) to the Kubelet and to containers inside Kubernetes using -a custom [volume](../user-guide/volumes.md#secrets) type. See the -[secrets example](../user-guide/secrets/) for more information. +a custom [volume](https://kubernetes.io/docs/concepts/storage/volumes/#secret) type. See the +[secrets example](https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets) for more information. ## Motivation |
