fix quote string
This commit is contained in:
parent
8383c4330b
commit
fe1bcc4ea0
1 changed files with 1 additions and 1 deletions
|
@ -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}}
|
||||
|
|
Loading…
Add table
Reference in a new issue