Update secret.md (#7965)

Fixed 404 listed in: https://github.com/kubernetes/website/issues/7924
This commit is contained in:
Rajakavitha1
2018-04-04 22:59:09 +05:30
committed by k8s-ci-robot
parent 5ccf037a6a
commit aeada1134c
+1 -1
View File
@@ -119,7 +119,7 @@ data:
The data field is a map. Its keys must consist of alphanumeric characters, '-', '_' or '.'. The values are arbitrary data, encoded using base64.
Create the secret using [`kubectl create`](/docs/user-guide/kubectl/{{page.version}}/#create):
Create the secret using [`kubectl create`](/docs/reference/generated/kubectl/kubectl-commands/{{page.version}}/#create):
```shell
$ kubectl create -f ./secret.yaml