Skip to content

Commit

Permalink
quote pvc annotation apache nas
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Jul 5, 2024
1 parent 791fac6 commit ef3831e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache-nas/templates/apache-nas-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
{{- with .Values.nas.volume.annotations }}
annotations:
{{- range $key, $value := . }}
{{ $key }}: {{ $value }}
{{ $key }}: "{{ $value }}"
{{- end }}
{{- end }}
labels:
Expand Down

0 comments on commit ef3831e

Please sign in to comment.