Skip to content

Commit

Permalink
Fix templating issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MaesterZ committed Apr 7, 2021
1 parent 1b26d47 commit c57c535
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions charts/aws-efs-csi-driver/templates/storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ mountOptions:
parameters:
{{ toYaml . | indent 2 }}
{{- end }}
---
{{- end }}
{{- if .reclaimPolicy }}
reclaimPolicy: {{ .reclaimPolicy }}
{{- end }}
{{- if .volumeBindingMode }}
volumeBindingMode: {{ .volumeBindingMode }}
{{- end }}
---
{{- end }}

0 comments on commit c57c535

Please sign in to comment.