diff --git a/Documentation/kubernetes.md b/Documentation/kubernetes.md index 9ad391fb7d226e725f97c1a9b1da899fd5b4946f..291fbc4465cc5ee31b0463215f9af5d2ea96d8f4 100644 --- a/Documentation/kubernetes.md +++ b/Documentation/kubernetes.md @@ -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