bcgov / helm-charts

5 stars 5 forks source link

can update service account name for which a role binding can be created #20

Closed NithinKuruba closed 2 years ago

NithinKuruba commented 2 years ago

This change will help us create a role binding to vault service account and use it in place of default one. Using vault service account for pulling secrets and as well as for carrying out app level functions.

NithinKuruba commented 2 years ago

I don't think this PR is needed as the custom service name can already be specified at serviceAccount.name (when serviceAccount.create=false).

@ikethecoder yes you are right, I was able to use existing serviceAccount.name to use vault service account. Closing this PR.