Skip to content
Snippets Groups Projects
Commit 49498aa0 authored by xeruf's avatar xeruf
Browse files

apps/support: fix zammad dependency credentials

parent cd640d78
No related branches found
No related tags found
No related merge requests found
......@@ -29,11 +29,12 @@ data:
zammadConfig:
minio:
enabled: false
minio:
auth:
rootUser: "zammadadmin"
rootPasswort: "${minio_password}"
postgresql:
enabled: true
user: "zammad"
pass: "${postgresql_password}"
redis:
pass: "${redis_password}"
postgresql:
auth:
......@@ -44,6 +45,11 @@ data:
# TODO PVC Name & backup annotation
existingClaim: zammad-postgres
minio:
auth:
rootUser: "zammadadmin"
rootPasswort: "${minio_password}"
redis:
auth:
password: "${redis_password}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment