From d5d3bad49d3f159bfe676e5a1b5b5d7ef9340ed8 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Fri, 21 Mar 2025 09:31:47 +0100 Subject: [PATCH] fix typo --- templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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