This commit is contained in:
Philip Haupt
2025-05-11 23:07:56 +02:00
parent 4a85521eb0
commit 9c182cadfb
4 changed files with 56 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ spec:
- name: DB_NAME
value: wiki
- name: DB_USER
value: postgres
value: wikijs
- name: DB_SSL
value: "false"
- name: DB_SSL_CA

View File

@@ -175,7 +175,7 @@ postgresql:
fullnameOverride: ""
## PostgreSQL User to create.
##
postgresqlUser: postgres
postgresqlUser: wikijs
## PostgreSQL Database to create.
##
postgresqlDatabase: wiki