fix quote string

This commit is contained in:
Guilhem Lavaux 2025-03-21 09:31:02 +01:00
parent 8383c4330b
commit fe1bcc4ea0

View file

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