UNCLASSIFIED

Commit aa090e98 authored by Grant Duncklee's avatar Grant Duncklee
Browse files

chore: add post-upgrade support, clean resources

parent 60eb7754
...@@ -3,7 +3,8 @@ apiVersion: batch/v1 ...@@ -3,7 +3,8 @@ apiVersion: batch/v1
kind: Job kind: Job
metadata: metadata:
annotations: annotations:
"helm.sh/hook": post-install "helm.sh/hook": post-install,post-upgrade
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded,hook-failed
name: post-install name: post-install
spec: spec:
template: template:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment