Skip to content

Commit

Permalink
Merge bdf3515 into cc56c4c
Browse files Browse the repository at this point in the history
  • Loading branch information
devinsmith911 committed Jun 1, 2021
2 parents cc56c4c + bdf3515 commit 9e0796a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/aws-efs-csi-driver/templates/storageclass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ parameters:
{{ toYaml . | indent 2 }}
{{- end }}
{{- with .reclaimPolicy }}
reclaimPolicy: {{ .reclaimPolicy }}
reclaimPolicy: {{ . }}
{{- end }}
{{- with .volumeBindingMode }}
volumeBindingMode: {{ .volumeBindingMode }}
volumeBindingMode: {{ . }}
{{- end }}
---
{{- end }}
{{- end }}

0 comments on commit 9e0796a

Please sign in to comment.