Skip to content

Commit

Permalink
Fixing command to retrieve the existing Dex configmap (kubeflow#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-yaari authored and k8s-ci-robot committed Aug 18, 2019
1 parent 1a863f4 commit 564e460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/started/k8s/kfctl-existing-arrikto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 564e460

Please sign in to comment.