A Helm chart to deploy the New Relic Infrastructure Agent as a DaemonSet
Fix: (#282)
This new version includes a fix aimed to drop some of the permission granted by the clusterRoleBinding:
- Instead of being able to read secrets in all namespaces, the service account will be able to get and list secrets only to fetch the etcd secret if one of the following is set
.Values.etcdTlsSecretName
,.Values.etcdTlsSecretNamespace
. The permission will be granted in theetcdTlsSecretNamespace
or in thedefault
namespace if the value is not set