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 }}
|
- name: {{ .name }}
|
||||||
mountPath: {{ .path }}
|
mountPath: {{ .path }}
|
||||||
{{- end}}
|
{{- end}}
|
||||||
{{- range .Value.extraPhpIni }}
|
{{- range .Values.extraPhpIni }}
|
||||||
- name: php-config
|
- 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
|
readOnly: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue