Skip to content

Commit 351cd20

Browse files
consideRatiosamyuh
authored andcommitted
Use the same hook weight on the SA as the DaemonSet that will need it
1 parent a417772 commit 351cd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterhub/templates/image-puller/serviceaccount-hook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
annotations:
1414
"helm.sh/hook": pre-install,pre-upgrade
1515
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
16-
"helm.sh/hook-weight": "0"
16+
"helm.sh/hook-weight": "-10"
1717
{{- with .Values.prePuller.hook.serviceAccountImagePuller.annotations }}
1818
{{- . | toYaml | nindent 4 }}
1919
{{- end }}

0 commit comments

Comments
 (0)