-
Notifications
You must be signed in to change notification settings - Fork 431
Open
Open
Copy link
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
Is your feature request related to a problem? Please describe.
To create a datasource via the Grafana DataSource CR, if I reference a secretRef or configMapRef to provide certificates like ca.cert or TLS credentials required for the datasource.
If the referenced secret or configMap is updated (e.g., during certificate rotation), the operator does not react to changes to a referenced SecretRef for GrafanaDatasources.
Describe the solution you'd like
When the SecretRef used in Datasource CR is changed, operator should react to the change and reconcile the Data Source.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededtriage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.