Files
observability/grafana/manifests/secret.yaml
Mayne0213 c1214029a2 refactor: update Vault secret paths to new categorized structure
- alertmanager: alertmanager → observability/alertmanager
- grafana: postgresql → storage/postgresql
- prometheus: postgresql → storage/postgresql, minio → storage/minio
- thanos: minio → storage/minio

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 22:36:22 +09:00

19 lines
390 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: storage/postgresql
property: PASSWORD