wikijs: update to support the latest bitnami/postgresql
This commit is contained in:
@@ -25,11 +25,11 @@ wikijs_default_values:
|
||||
- "{{ wikijs_short_name }}.{{ domain }}"
|
||||
postgresql:
|
||||
enabled: false
|
||||
ssl: false
|
||||
postgresqlHost: "{{ postgres_db_team | default(namespace) }}-postgres.{{ postgres_db_namespace | default(namespace) }}.svc.cluster.local"
|
||||
postgresqlUsername: "{{ wikijs_db_username | default(omit) }}"
|
||||
postgresqlPassword: "{{ wikijs_db_password | default(omit) }}"
|
||||
postgresqlDatabase: "{{ wikijs_db_name | default('wikijs') }}"
|
||||
host: "{{ postgres_db_team | default(namespace) }}-postgres.{{ postgres_db_namespace | default(namespace) }}.svc.cluster.local"
|
||||
auth:
|
||||
username: "{{ wikijs_db_username | default(omit) }}"
|
||||
password: "{{ wikijs_db_password | default(omit) }}"
|
||||
database: "{{ wikijs_db_name | default('wikijs') }}"
|
||||
|
||||
wikijs_readonly_ingress_definition: |
|
||||
apiVersion: networking.k8s.io/v1
|
||||
|
||||
Reference in New Issue
Block a user