fix can't give argument to non-function error
This commit is contained in:
@@ -15,7 +15,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.11.0
|
version: 0.11.1
|
||||||
|
|
||||||
# This is the version number of the application being deployed.
|
# This is the version number of the application being deployed.
|
||||||
# renovate:image=ghcr.io/mattlqx/docker-pixelfed
|
# renovate:image=ghcr.io/mattlqx/docker-pixelfed
|
||||||
|
|||||||
@@ -249,7 +249,7 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- range $key, $value := .Values.phpConfigs }}
|
{{- range $key, $value := .Values.phpConfigs }}
|
||||||
- name: phpconfig
|
- 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 }}
|
subPath: {{ $key }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}{{/* end volumeMounts */}}
|
{{- end }}{{/* end volumeMounts */}}
|
||||||
|
|||||||
Reference in New Issue
Block a user