Skip to content

Commit

Permalink
Merge fe43e18 into c59550a
Browse files Browse the repository at this point in the history
  • Loading branch information
wongma7 committed Jun 1, 2021
2 parents c59550a + fe43e18 commit a891197
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/aws-efs-csi-driver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: aws-efs-csi-driver
version: 2.0.0
version: 2.0.1
appVersion: 1.2.1
kubeVersion: ">=1.17.0-0"
description: "A Helm chart for AWS EFS CSI Driver"
Expand Down
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 a891197

Please sign in to comment.