Skip to content

Commit

Permalink
Merge pull request #464 from devinsmith911/master
Browse files Browse the repository at this point in the history
Helm chart: fix reclaimPolicy and volumeBindingMode
  • Loading branch information
k8s-ci-robot committed Jun 1, 2021
2 parents cc56c4c + 362b5e6 commit 6efa40e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/aws-efs-csi-driver/templates/storageclass.yaml
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 6efa40e

Please sign in to comment.