Skip to content

Commit

Permalink
Fix "kubectl --k" typo (#15558)
Browse files Browse the repository at this point in the history
  • Loading branch information
sftim authored and k8s-ci-robot committed Jul 29, 2019
1 parent bc3054c commit 5e9207e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/configuration/secret.md
Expand Up @@ -865,7 +865,7 @@ EOF
Apply all those objects on the Apiserver by

```shell
kubectl apply --k .
kubectl apply -k .
```

Both containers will have the following files present on their filesystems with the values for each container's environment:
Expand Down

0 comments on commit 5e9207e

Please sign in to comment.