Skip to content

Commit

Permalink
Fix kubectl config in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
schrodit committed Dec 8, 2023
1 parent db190b5 commit 9590a6e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ export class GardenerDashboardChart extends Chart<GardenerDashboardChartValues>
clientId: 'dashboard',
issuerUrl: values.issuerUrl,
clientSecret: values.identity.dashboardClientSecret,
public: {
clientId: 'kube-kubectl',
clientSecret: values.identity.kubectlClientSecret,
},
},
},
},
Expand Down

0 comments on commit 9590a6e

Please sign in to comment.