cmattoon / aws-ssm

Populates Kubernetes Secrets from AWS Parameter Store
https://hub.docker.com/r/cmattoon/aws-ssm/
Apache License 2.0
168 stars 32 forks source link

Chart fails installation with Missing required field "apiGroup" and "kind" in io.k8s.api.rbac.v1.RoleRef #19

Open rebelthor opened 5 years ago

rebelthor commented 5 years ago

Looks like installing the chart fails with the following error:

"Missing required field "apiGroup" and "kind" in io.k8s.api.rbac.v1.RoleRef"

This suggests a missing apiGroup: rbac.authorization.k8s.io on the RoleRef defined in aws-ssm/templates/rbac.yaml: Chart fails with Missing required field "apiGroup" and "kind" in io.k8s.api.rbac.v1.RoleRefhttps://github.com/cmattoon/aws-ssm/blob/c5570006473e359dfe20b84f601e278550729d96/aws-ssm/templates/rbac.yaml#L43