Update kubernetes.md

fixed typo
This commit is contained in:
Tom Gamble 2017-04-21 15:33:42 -04:00 committed by GitHub
parent 47f48658c2
commit 0edd0b2fb4

View File

@ -65,7 +65,7 @@ To run dex on Kubernetes perform the following steps:
The TLS assets can be created using the following command: The TLS assets can be created using the following command:
``` ```
$ cd examles/k8s $ cd examples/k8s
$ ./gencert.sh $ ./gencert.sh
``` ```