Skip to content

Commit fcb060a

Browse files
committed
Remove GODEBUG from taintmanager env var
1 parent 674f5a7 commit fcb060a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

jupyterhub/templates/image-puller/_helpers-daemonset.tpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ spec:
8686
- -add
8787
- {{ $taint.key }}:{{ $taint.effect }}
8888
env:
89-
- name: GODEBUG
90-
value: x509sha1=1
9189
- name: MY_POD_NAME
9290
valueFrom:
9391
fieldRef:
@@ -239,8 +237,6 @@ spec:
239237
- -remove
240238
- {{ $taint.key }}:{{ $taint.effect }}
241239
env:
242-
- name: GODEBUG
243-
value: x509sha1=1
244240
- name: MY_POD_NAME
245241
valueFrom:
246242
fieldRef:

0 commit comments

Comments
 (0)