This commit is contained in:
Guilhem Lavaux 2025-03-21 09:31:47 +01:00
parent fe1bcc4ea0
commit d5d3bad49d

View file

@ -66,7 +66,7 @@ spec:
- name: {{ .name }}
mountPath: {{ .path }}
{{- end}}
{{- range .Value.extraPhpIni }}
{{- range .Values.extraPhpIni }}
- name: php-config
mountPath: {{ printf "/usr/local/etc/php/conf.d/%s" .conf }}
readOnly: true