From 564e4606e159348f08fd62d9a055b003d672c71e Mon Sep 17 00:00:00 2001 From: Yuval Yaari <7331634+yuval-yaari@users.noreply.github.com> Date: Sun, 18 Aug 2019 03:46:04 +0000 Subject: [PATCH] Fixing command to retrieve the existing Dex configmap (#1086) --- content/docs/started/k8s/kfctl-existing-arrikto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/started/k8s/kfctl-existing-arrikto.md b/content/docs/started/k8s/kfctl-existing-arrikto.md index ab20245fab..2d14b39290 100644 --- a/content/docs/started/k8s/kfctl-existing-arrikto.md +++ b/content/docs/started/k8s/kfctl-existing-arrikto.md @@ -438,7 +438,7 @@ This section focuses on setting up Dex to authenticate with an existing LDAP dat 1. Get the current Dex config from the corresponding Config Map. {{< highlight bash >}} - kubectl get configmap -n kubeflow -o jsonpath='{.data.config\.yaml}' > dex-config.yaml + kubectl get configmap dex -n kubeflow -o jsonpath='{.data.config\.yaml}' > dex-config.yaml {{< /highlight >}} 1. Add the LDAP-specific options. Here is an example to help you out. It is configured to work with the example LDAP Server you set up previously.