We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b0d13c + 06503db commit 30899d7Copy full SHA for 30899d7
projects/wc/src/app/components/generic-ui/detail-view/kubeconfig-template.ts
@@ -21,9 +21,8 @@ export const kubeConfigTemplate = `
21
- oidc-login
22
- get-token
23
- --oidc-issuer-url=<oidc-issuer-url>
24
- - --oidc-client-id=<org-name>
+ - --oidc-client-id=kubectl
25
- --oidc-extra-scope=email
26
- - --oidc-extra-scope=groups
27
command: kubectl
28
env: null
29
interactiveMode: IfAvailable
0 commit comments