- Remove grafana-admin-password ExternalSecret - Remove admin section from helm-values.yaml - Authentication handled by Authelia SSO middleware
19 lines
382 B
YAML
19 lines
382 B
YAML
apiVersion: external-secrets.io/v1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: grafana-db-password
|
|
namespace: grafana
|
|
spec:
|
|
refreshInterval: 1h
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: vault-backend
|
|
target:
|
|
name: grafana-db-password
|
|
creationPolicy: Owner
|
|
data:
|
|
- secretKey: password
|
|
remoteRef:
|
|
key: postgresql
|
|
property: PASSWORD
|