Skip to content

Commit

Permalink
Merge pull request #324 from steved/steved/helm-chart-upgrade-fix
Browse files Browse the repository at this point in the history
helm chart: ensure that upgrades do not delete csidriver resource
  • Loading branch information
k8s-ci-robot authored Feb 4, 2021
2 parents 52e5a48 + 33d1893 commit 3aa565b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/aws-efs-csi-driver/templates/csidriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CSIDriver
metadata:
name: efs.csi.aws.com
annotations:
"helm.sh/hook": pre-install
"helm.sh/hook": pre-install, pre-upgrade
"helm.sh/hook-delete-policy": before-hook-creation
"helm.sh/resource-policy": keep
spec:
Expand Down

0 comments on commit 3aa565b

Please sign in to comment.