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: