docs: added DB_SSL and DB_SSL_CA to helm chart (#2492)
***NO_CI*** * Update deployment.yaml added DB_SSL option for postgres * Update README.md added note about `postgresql.ssl` * added DB_SSL_CA * added postgressql.ca note * Update values.yaml added more PostgresSQL details to values.yml * Update values.yaml * Update values.yaml removed whitespace * Update README.md added ssl and ca notes * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * docs: update README Co-authored-by: Nicolas Giard <github@ngpixel.com>
This commit is contained in:
@@ -38,6 +38,10 @@ spec:
|
||||
value: {{ default "wiki" .Values.postgresql.postgresqlDatabase }}
|
||||
- name: DB_USER
|
||||
value: {{ default "wiki" .Values.postgresql.postgresqlUser }}
|
||||
- name: DB_SSL
|
||||
value: "{{ default "false" .Values.postgresql.ssl }}"
|
||||
- name: DB_SSL_CA
|
||||
value: "{{ default "" .Values.postgresql.ca }}"
|
||||
- name: DB_PASS
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
Reference in New Issue
Block a user