INIT(repo): monitoring stack setup
This commit is contained in:
18
prometheus/vault/postgresql-password.yaml
Normal file
18
prometheus/vault/postgresql-password.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: postgresql-password
|
||||
namespace: monitoring
|
||||
spec:
|
||||
refreshInterval: 1h
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: vault-backend
|
||||
target:
|
||||
name: postgresql-password
|
||||
creationPolicy: Owner
|
||||
data:
|
||||
- secretKey: password
|
||||
remoteRef:
|
||||
key: monitoring/postgres
|
||||
property: PASSWORD
|
||||
Reference in New Issue
Block a user