瀏覽代碼

set postgres password properly(?)

Josh Bicking 8 小時之前
父節點
當前提交
babe53ff36
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      argocd/postgres/values.yaml

+ 1 - 1
argocd/postgres/values.yaml

@@ -145,7 +145,7 @@ auth:
   replicationPassword: ""
   ## @param auth.existingSecret Name of existing secret to use for PostgreSQL credentials. `auth.postgresPassword`, `auth.password`, and `auth.replicationPassword` will be ignored and picked up from this secret. The secret might also contains the key `ldap-password` if LDAP is enabled. `ldap.bind_password` will be ignored and picked from this secret in this case.
   ##
-  existingSecret: ""
+  existingSecret: "postgres-password"
   ## @param auth.secretKeys.adminPasswordKey Name of key in existing secret to use for PostgreSQL credentials. Only used when `auth.existingSecret` is set.
   ## @param auth.secretKeys.userPasswordKey Name of key in existing secret to use for PostgreSQL credentials. Only used when `auth.existingSecret` is set.
   ## @param auth.secretKeys.replicationPasswordKey Name of key in existing secret to use for PostgreSQL credentials. Only used when `auth.existingSecret` is set.