Skip to content

Commit f6c813f

Browse files
authored
feat: Remove unnecessary things
1 parent c2d0f35 commit f6c813f

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ metadata:
99
name: "continuous-image-puller-serviceaccount"
1010
labels:
1111
{{- include "jupyterhub.labels" . | nindent 4 }}
12-
hub.jupyter.org/deletable: "true"
1312
annotations:
1413
"helm.sh/hook": pre-install,pre-upgrade
1514
"helm.sh/hook-weight": "0"
16-
{{- with .Values.prePuller.hook.serviceAccount.annotations }}
17-
{{- . | toYaml | nindent 4 }}
18-
{{- end }}
1915
{{- end }}
2016
{{- end }}

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,5 @@ metadata:
1414
"helm.sh/hook": pre-install,pre-upgrade
1515
"helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded
1616
"helm.sh/hook-weight": "0"
17-
{{- with .Values.prePuller.hook.serviceAccount.annotations }}
18-
{{- . | toYaml | nindent 4 }}
19-
{{- end }}
2017
{{- end }}
2118
{{- end }}

0 commit comments

Comments
 (0)