Skip to content

Commit 30899d7

Browse files
authored
Merge pull request #74 from platform-mesh/fix/kubeconfig-properties
fix: kubeconfig properties
2 parents 4b0d13c + 06503db commit 30899d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/wc/src/app/components/generic-ui/detail-view/kubeconfig-template.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ export const kubeConfigTemplate = `
2121
- oidc-login
2222
- get-token
2323
- --oidc-issuer-url=<oidc-issuer-url>
24-
- --oidc-client-id=<org-name>
24+
- --oidc-client-id=kubectl
2525
- --oidc-extra-scope=email
26-
- --oidc-extra-scope=groups
2726
command: kubectl
2827
env: null
2928
interactiveMode: IfAvailable

0 commit comments

Comments
 (0)