switch to psql

This commit is contained in:
2024-10-27 09:53:00 +01:00
parent 708f07a7ef
commit 6ee87d059e
6 changed files with 164 additions and 109 deletions

View File

@@ -13,11 +13,11 @@ stringData:
apiVersion: v1
kind: Secret
metadata:
name: cockroach-auth
name: postgres-auth
annotations:
argocd.argoproj.io/hook: PreSync
labels:
secret-generator.cs.sap.com/enabled: "true"
stringData:
cockroach-password: "%generate"
admin-password: "%generate"
user-password: "%generate"