Skip to content
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

receive an error when using a values yaml file for group mapping #1

Open
fabiomarinetti opened this issue Oct 15, 2020 · 0 comments
Open

Comments

@fabiomarinetti
Copy link

Hi,

I am trying to install the chart with this command:

helm upgrade --install eks-auth eks-auth-iam-groups/eks-auth-iam-groups -n kube-system --set 'podAnnotations.iam\.amazonaws\.com/role=<my_role_arn>'  -f values.yaml

the file values.yaml has the simple structure:

mappings:
  admingroup: admins

unfortunately I get this error:

Error: UPGRADE FAILED: template: eks-auth-iam-groups/templates/cronjob.yaml:69:29: executing "eks-auth-iam-groups/templates/cronjob.yaml" at <include "helm-toolkit.utils.joinListWithComma" $value>: error calling include: template: eks-auth-iam-groups/templates/_helpers.tpl:63:20: executing "helm-toolkit.utils.joinListWithComma" at <.>: range can't iterate over pertica

No issue if I try the same setting using the --set option i.e.

--set 'mappings.admingroup=admins'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant