-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to set custom ServiceAccount name at helm chart #162
Comments
Please set rbac:
create: false
serviceAccount:
name: "aws-ga-controller" |
If |
Hmm, you mean you want helm to create a ServiceAccount, but do you want to specify the name? Why? |
yes
Currently helm chart 0.7.1 supports only one name for SA - "aws-global-accelerator-controller-manager". |
OK, I see. |
Hi
helm chart version 0.7.1 does not allow to set custom ServiceAccount name:
I expect "aws-ga-controller" instead of "aws-global-accelerator-controller-manager", as it's hardcoded at _helper.tpl
The text was updated successfully, but these errors were encountered: