Skip to content

Commit 2879e6d

Browse files
jhinds74Jason Hinds
authored andcommitted
Fix annotation indentation in storageClass template
1 parent bb7a8bd commit 2879e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/aws-efs-csi-driver/templates/storageclass.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
name: {{ .name }}
66
{{- with .annotations }}
77
annotations:
8-
{{ toYaml . | indent 4 }}
8+
{{- toYaml . | nindent 4 }}
99
{{- end }}
1010
provisioner: efs.csi.aws.com
1111
{{- with .mountOptions }}

0 commit comments

Comments
 (0)