We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a863f4 commit 564e460Copy full SHA for 564e460
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
438
1. Get the current Dex config from the corresponding Config Map.
439
440
{{< highlight bash >}}
441
- 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
442
{{< /highlight >}}
443
444
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