Kubernetes docs: replace absolute link with relative

This commit is contained in:
Owen Tuz 2018-11-23 13:54:49 +00:00
parent 72c9cf43a9
commit 9b5122568a

View file

@ -133,7 +133,7 @@ $ kubectl create secret \
### Deploy the Dex server
Create the dex deployment, configmap, and node port service. This will also create RBAC bindings allowing the Dex pod access to manage [Custom Resource Definitions](https://github.com/dexidp/dex/blob/master/Documentation/storage.md#kubernetes-custom-resource-definitions-crds) within Kubernetes.
Create the dex deployment, configmap, and node port service. This will also create RBAC bindings allowing the Dex pod access to manage [Custom Resource Definitions](storage.md#kubernetes-custom-resource-definitions-crds) within Kubernetes.
```
$ kubectl create -f dex.yaml