fix wikijs role
This commit is contained in:
@ -22,7 +22,7 @@ wikijs_default_values:
|
||||
enabled: false
|
||||
ssl: false
|
||||
postgresqlHost: "{{ postgres_db_team | default(namespace) }}-postgres.{{ postgres_db_namespace | default(namespace) }}.svc.cluster.local"
|
||||
postgresqlUser: "{{ wikijs_db_username | default(omit) }}"
|
||||
postgresqlUsername: "{{ wikijs_db_username | default(omit) }}"
|
||||
postgresqlPassword: "{{ wikijs_db_password | default(omit) }}"
|
||||
postgresqlDatabase: wikijs
|
||||
|
||||
|
Reference in New Issue
Block a user