examples/k8s: update documentation

This commit is contained in:
Eric Chiang
2016-10-13 16:50:54 -07:00
parent 691476b477
commit b7c6eea341
2 changed files with 0 additions and 58 deletions

View File

@@ -28,7 +28,6 @@ ConfigMap for dex to use. These run dex as a deployment with configuration and
storage, allowing it to get started.
```
kubectl create -f thirdpartyresources.yaml
kubectl create configmap dex-config --from-file=config.yaml=config-k8s.yaml
kubectl create -f deployment.yaml
```