Update Chart/templates/configmap.yaml

This commit is contained in:
2023-04-26 10:37:52 +02:00
parent 231a6acbd7
commit 38488999b9

View File

@@ -151,13 +151,13 @@ data:
{{- if and .Values.global .Values.global.php }} {{- if and .Values.global .Values.global.php }}
"expose_php": "{{ .Values.global.php.exposePHP | default "Off" }}", "expose_php": "{{ .Values.global.php.exposePHP | default "Off" }}",
"short_open_tag": "{{ .Values.global.php.shortOpenTag | default "Off" }}", "short_open_tag": "{{ .Values.global.php.shortOpenTag | default "Off" }}",
"disable_functions": "{{ .Values.global.php.disableFunctions | default "exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,show_source" }}", "disable_functions": "{{ .Values.global.php.disableFunctions | default "exec,passthru,shell_exec,system,proc_open,popen,show_source" }}",
"log_errors": "{{ .Values.global.php.logErrors | default "On" }}", "log_errors": "{{ .Values.global.php.logErrors | default "On" }}",
"date.timezone": "{{ .Values.customer.timezone | default "Europe/Stockholm" }}", "date.timezone": "{{ .Values.customer.timezone | default "Europe/Stockholm" }}",
{{- else }} {{- else }}
"expose_php": "Off", "expose_php": "Off",
"short_open_tag": "Off", "short_open_tag": "Off",
"disable_functions": "exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,show_source", "disable_functions": "exec,passthru,shell_exec,system,proc_open,popen,show_source",
"log_errors": "On", "log_errors": "On",
{{- end }} {{- end }}
{{- if .Values.global.php.adminValues }} {{- if .Values.global.php.adminValues }}