diff --git a/templates/deployment.yaml b/templates/deployment.yaml index fa60130..0d3a61d 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -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