Skip to content

Commit

Permalink
fix: prod-backup-pvc should not be deleted after install
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-foucault committed Dec 1, 2020
1 parent c680d84 commit d276b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/cas-ciip-portal/templates/pvc-prod-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
{{ include "cas-ciip-portal.labels" . | indent 4 }}
annotations:
"helm.sh/hook": "pre-upgrade,pre-install"
"helm.sh/hook-delete-policy": "hook-succeeded,before-hook-creation"
"helm.sh/hook-delete-policy": "before-hook-creation"
"helm.sh/hook-weight": "-5"
spec:
accessModes:
Expand Down

0 comments on commit d276b3c

Please sign in to comment.