fix can't give argument to non-function error

This commit is contained in:
jessebot
2025-01-19 14:00:09 +01:00
parent 748065728b
commit fa0b49cf20
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ spec:
{{- end }}
{{- range $key, $value := .Values.phpConfigs }}
- name: phpconfig
mountPath: {{ "/usr/local/etc/php-fpm.d/%s" $key | quote }}
mountPath: {{ print "/usr/local/etc/php-fpm.d/%s" $key | quote }}
subPath: {{ $key }}
{{- end }}
{{- end }}{{/* end volumeMounts */}}