newrelic / newrelic-kubernetes-operator

Operator to create New Relic configuration in Kubernetes
Apache License 2.0
43 stars 21 forks source link

Add support to use a new custom ServiceAccount as oppose to using default serviceAccount #131

Open faarshad opened 3 years ago

faarshad commented 3 years ago

Feature Description

For specific rbac permissions, a new serviceAccount as oppose to using the default is a better choice.

The current kustomized based manifest depend on using the default ServiceAccount.