We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb7a8bd commit 2879e6dCopy full SHA for 2879e6d
charts/aws-efs-csi-driver/templates/storageclass.yaml
@@ -5,7 +5,7 @@ metadata:
5
name: {{ .name }}
6
{{- with .annotations }}
7
annotations:
8
- {{ toYaml . | indent 4 }}
+ {{- toYaml . | nindent 4 }}
9
{{- end }}
10
provisioner: efs.csi.aws.com
11
{{- with .mountOptions }}
0 commit comments