Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Mar 26, 2024
1 parent d5fc038 commit ee826c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
annotations:
"helm.sh/hook-weight": "2"
"helm.sh/hook": post-install,post-upgrade,post-rollback
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded,hook-failed
# "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded,hook-failed
spec:
ttlSecondsAfterFinished: 0
backoffLimit: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
annotations:
"helm.sh/hook-weight": "0"
"helm.sh/hook": post-install,post-upgrade,post-rollback
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded,hook-failed
# "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded,hook-failed
data:
crd.yaml: |
{{- $content | nindent 4 }}
Expand All @@ -26,10 +26,10 @@ metadata:
annotations:
"helm.sh/hook-weight": "1"
"helm.sh/hook": post-install,post-upgrade,post-rollback
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded,hook-failed
# "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded,hook-failed
spec:
ttlSecondsAfterFinished: 0
backoffLimit: 3
# ttlSecondsAfterFinished: 0
# backoffLimit: 3
template:
spec:
automountServiceAccountToken: false
Expand Down

0 comments on commit ee826c2

Please sign in to comment.