Skip to content
Snippets Groups Projects
Commit ac290f77 authored by Takashi Okamoto's avatar Takashi Okamoto
Browse files

Fix typo.

parent c113df27
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ $ kubectl config set-credentials test \ ...@@ -107,7 +107,7 @@ $ kubectl config set-credentials test \
--auth-provider-arg=client-id=kubernetes \ --auth-provider-arg=client-id=kubernetes \
--auth-provider-arg=client-secret=ZXhhbXBsZS1hcHAtc2VjcmV0 \ --auth-provider-arg=client-secret=ZXhhbXBsZS1hcHAtc2VjcmV0 \
--auth-provider-arg=idp-certificate-authority-data=$(base64 -w 0 openid-ca.pem) \ --auth-provider-arg=idp-certificate-authority-data=$(base64 -w 0 openid-ca.pem) \
--auth-provider-arg=extra-scopes="offline_access openid profile email group" --auth-provider-arg=extra-scopes="offline_access openid profile email groups"
$ kubectl config use-context oidc-ctx $ kubectl config use-context oidc-ctx
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment