You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Currently, the Helm chart doesn't allow the use of an existing serviceAccount because a new serviceAccount is unconditionally created during the Helm deployment.
Describe the solution you'd like
We should add a serviceAccount.create boolean variable to give users the option not to create a serviceAccount.
Describe alternatives you've considered
None.
Additional context
This feature would be helpful in situations where serviceAccounts are created separately from Helm charts.
The text was updated successfully, but these errors were encountered:
ramizpolic
changed the title
Use existing serviceAccount within Helm deployment
[kubeclarity] Use existing serviceAccount within Helm deployment
Aug 8, 2024
ramizpolic
changed the title
[kubeclarity] Use existing serviceAccount within Helm deployment
Use existing serviceAccount within Helm deployment
Aug 8, 2024
Is your feature request related to a problem? Please describe.
Currently, the Helm chart doesn't allow the use of an existing serviceAccount because a new serviceAccount is unconditionally created during the Helm deployment.
Describe the solution you'd like
We should add a
serviceAccount.create
boolean variable to give users the option not to create a serviceAccount.Describe alternatives you've considered
None.
Additional context
This feature would be helpful in situations where serviceAccounts are created separately from Helm charts.
The text was updated successfully, but these errors were encountered: