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:
|
||||
enabled: true
|
||||
adminUser: admin
|
||||
envValueFrom:
|
||||
GF_SECURITY_ADMIN_PASSWORD:
|
||||
secretKeyRef:
|
||||
name: victoria-metrics-secrets
|
||||
key: grafana_admin_password
|
||||
admin:
|
||||
existingSecret: victoria-metrics-secrets
|
||||
userKey: grafana_admin_user
|
||||
passwordKey: grafana_admin_password
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClassName: longhorn-static
|
||||
|
||||
Reference in New Issue
Block a user