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