From ef3831e946db6f90159e539b05fb64f851fc06c3 Mon Sep 17 00:00:00 2001 From: Emilien Devos <121870973+edevosc2c@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:22:25 +0200 Subject: [PATCH] quote pvc annotation apache nas --- apache-nas/templates/apache-nas-pvc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache-nas/templates/apache-nas-pvc.yaml b/apache-nas/templates/apache-nas-pvc.yaml index 1432941..3232327 100644 --- a/apache-nas/templates/apache-nas-pvc.yaml +++ b/apache-nas/templates/apache-nas-pvc.yaml @@ -5,7 +5,7 @@ metadata: {{- with .Values.nas.volume.annotations }} annotations: {{- range $key, $value := . }} - {{ $key }}: {{ $value }} + {{ $key }}: "{{ $value }}" {{- end }} {{- end }} labels: