Skip to content

Commit 564e460

Browse files
yuval-yaarik8s-ci-robot
authored andcommitted
Fixing command to retrieve the existing Dex configmap (kubeflow#1086)
1 parent 1a863f4 commit 564e460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/started/k8s/kfctl-existing-arrikto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ This section focuses on setting up Dex to authenticate with an existing LDAP dat
438438
1. Get the current Dex config from the corresponding Config Map.
439439

440440
{{< highlight bash >}}
441-
kubectl get configmap -n kubeflow -o jsonpath='{.data.config\.yaml}' > dex-config.yaml
441+
kubectl get configmap dex -n kubeflow -o jsonpath='{.data.config\.yaml}' > dex-config.yaml
442442
{{< /highlight >}}
443443

444444
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.

0 commit comments

Comments
 (0)