[Bug] Operator shouldn't need to modify Service Accounts, and/or shouldn't need to add a label to them #1782
Labels
bug
Something isn't working
stale
triage/needs-information
Indicates an issue needs more information in order to work on it.
Describe the bug
In some contexts, for security reasons Grafana Operator shouldn't have access to modify
ServiceAccount
resources, and thus there should be an option for it to skip reconciliation ofServiceAccount
resources.This manifests itself starting with #1661 which adds a label to every resource, including
ServiceAccount
. As a stopgap, it would be fine to be able to avoid adding that label.Version
v5.15.1, but starts in v5.13.0
To Reproduce
Steps to reproduce the behavior:
Set up Grafana Operator without API access to
serviceaccounts
. Run Grafana Operator and observe problem.Expected behavior
It should be possible to either exclude
ServiceAccount
resources from reconciliation, or elect not to add the CommonLabels to the service accounts (or to any resources)Suspect component/Location where the bug might be occurring
GrafanaReconciler,
service account
stageThe text was updated successfully, but these errors were encountered: