Merge pull request #29135 from junaid-ali/patch-1

Fix link to decoding a secret
This commit is contained in:
Kubernetes Prow Robot
2021-07-27 17:47:35 -07:00
committed by GitHub
@@ -157,7 +157,7 @@ program to retrieve the contents of your secret.
kubectl describe secret secret1 -n default
```
should match `mykey: bXlkYXRh`, mydata is encoded, check [decoding a secret](/docs/concepts/configuration/secret#decoding-a-secret) to
should match `mykey: bXlkYXRh`, mydata is encoded, check [decoding a secret](/docs/tasks/configmap-secret/managing-secret-using-kubectl/#decoding-secret) to
completely decode the secret.