Skip to content

Commit e04c2bd

Browse files
committed
Fix default network policy for jupyterhub
1 parent 0ad619d commit e04c2bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

applications/jupyterhub/deploy/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ proxy:
264264
nodeSelector: {}
265265
tolerations: []
266266
networkPolicy:
267-
enabled: true
267+
enabled: false # EDIT: CLOUDHARNESS -- needs more configuration to properly work when true
268268
ingress: []
269269
egress: []
270270
egressAllowRules:
@@ -391,7 +391,7 @@ singleuser:
391391
blockWithIptables: true
392392
ip: 169.254.169.254
393393
networkPolicy:
394-
enabled: true
394+
enabled: false # EDIT: CLOUDHARNESS -- needs more configuration to properly work when true
395395
ingress: []
396396
egress: []
397397
egressAllowRules:

0 commit comments

Comments
 (0)