chore: Fix sample value for TRUST_PROXY environment variable

This commit is contained in:
Maksim Eltyshev
2025-05-13 16:29:31 +02:00
parent 57450a7651
commit cb32ea6931
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ spec:
value: {{ required "A secret key needs to be generated using 'openssl rand -hex 64' and assigned to secretkey." .Values.secretkey }}
{{- end }}
- name: TRUST_PROXY
value: "0"
value: "true"
- name: DEFAULT_ADMIN_EMAIL
value: {{ .Values.admin_email }}
- name: DEFAULT_ADMIN_NAME