From fe1bcc4ea0f4ca5e304ec7f890e792ee79af2c95 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Fri, 21 Mar 2025 09:31:02 +0100 Subject: [PATCH] fix quote string --- templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/deployment.yaml b/templates/deployment.yaml index c9c5a62..fa60130 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -68,7 +68,7 @@ spec: {{- end}} {{- range .Value.extraPhpIni }} - 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 subPath: {{ .key }} {{- end}}