Skip to content

Commit

Permalink
Fix ace-installer chart
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 25, 2024
1 parent 9ed165f commit 0049e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/ace-installer/templates/precheck/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ metadata:
name: {{ include "ace-installer.fullname" . }}-precheck
namespace: {{ .Release.Namespace }}
annotations:
"helm.sh/hook-weight": "0"
"helm.sh/hook-weight": "1"
"helm.sh/hook": pre-install,pre-upgrade,pre-rollback
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
spec:
backoffLimit: 4
backoffLimit: 0
manualSelector: true
selector:
matchLabels:
Expand Down

0 comments on commit 0049e80

Please sign in to comment.