-
Problem report
-
Resolution: Fixed
-
Trivial
-
None
-
None
-
None
I'm trying to apply the Kubernetes Helm Chart v1.0.2 with the following values:
zabbixAgent: enabled: true image: repository: zabbix/zabbix-agent2 tag: alpine-6.0.5 env: ZBX_HOSTNAME: "foo.example.com" ZBX_SERVER_HOST: bar.example.com ZBX_TIMEOUT: 30
However, the process fails with:
Helm install failed: error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors: line 17: mapping key "apiGroups" already defined at line 15
It seems to originate from the RBAC creation (enabled by default)