Merge branch '58927-jupyterhub-fails-to-install' into 'master'
Fixes jupyter installation randomly failing Closes #58927 See merge request gitlab-org/gitlab-ce!26126
This commit is contained in:
commit
a59b7cee0a
2 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fixes jupyter installation randomly failing
|
||||
merge_request: 26126
|
||||
author:
|
||||
type: fixed
|
4
vendor/jupyter/values.yaml
vendored
4
vendor/jupyter/values.yaml
vendored
|
@ -23,3 +23,7 @@ ingress:
|
|||
annotations:
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
kubernetes.io/tls-acme: "true"
|
||||
|
||||
prePuller:
|
||||
hook:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in a new issue