fixup! ♻️ migration externalsecrets

This commit is contained in:
auricom
2023-07-09 09:17:34 +02:00
parent c00e101eec
commit 357fb88067
167 changed files with 1329 additions and 2706 deletions

View File

@@ -24,12 +24,12 @@ spec:
- name: POSTGRES_USER
valueFrom:
secretKeyRef:
name: postgres-superuser
name: cloudnative-pg-secret
key: username
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:
name: postgres-superuser
name: cloudnative-pg-secret
key: password
- name: POSTGRES_EXTRA_OPTS
value: "-Z9 --schema=public --blobs"