- and prometheus resources - Update grafana ExternalSecret namespace: monitoring → grafana - Update grafana Ingress namespace: monitoring → grafana - Update prometheus ExternalSecret namespace: monitoring → prometheus - Aligns with per-app namespace strategy
19 lines
405 B
YAML
19 lines
405 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: postgresql-password
|
|
namespace: prometheus
|
|
spec:
|
|
refreshInterval: 1h
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: vault-backend
|
|
target:
|
|
name: postgresql-password
|
|
creationPolicy: Owner
|
|
data:
|
|
- secretKey: password
|
|
remoteRef:
|
|
key: databases/postgresql-cnpg
|
|
property: PASSWORD
|