victoria-metrics: fix grafana admin secret to use existingSecret
Resolves duplicate GF_SECURITY_ADMIN_PASSWORD env (chart default + envValueFrom) that broke ArgoCD diff and left the grafana Deployment unable to sync.
This commit is contained in:
@@ -91,12 +91,10 @@ vmagent:
|
|||||||
|
|
||||||
grafana:
|
grafana:
|
||||||
enabled: true
|
enabled: true
|
||||||
adminUser: admin
|
admin:
|
||||||
envValueFrom:
|
existingSecret: victoria-metrics-secrets
|
||||||
GF_SECURITY_ADMIN_PASSWORD:
|
userKey: grafana_admin_user
|
||||||
secretKeyRef:
|
passwordKey: grafana_admin_password
|
||||||
name: victoria-metrics-secrets
|
|
||||||
key: grafana_admin_password
|
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
storageClassName: longhorn-static
|
storageClassName: longhorn-static
|
||||||
|
|||||||
Reference in New Issue
Block a user