diff options
author | Amit Rathi <amit@hypertrack.io> | 2018-11-13 17:44:58 +0530 |
---|---|---|
committer | Amit Rathi <amit@hypertrack.io> | 2018-11-13 17:44:58 +0530 |
commit | fd1139028ee75997e02af311545dde4f2329291c (patch) | |
tree | a9e0e4b5aa4dbe006903e0b2de2194c989c276db /vendor | |
parent | 0e4ad53c92d574a92b41c325eab0cec79d58f796 (diff) | |
download | gitlab-ce-fd1139028ee75997e02af311545dde4f2329291c.tar.gz |
Jupyter config changes for tls to come in a separate PR
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/jupyter/values.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vendor/jupyter/values.yaml b/vendor/jupyter/values.yaml index 2077ac3f0a3..a330d1442ae 100644 --- a/vendor/jupyter/values.yaml +++ b/vendor/jupyter/values.yaml @@ -20,9 +20,5 @@ singleuser: ingress: enabled: true - tls: - - hosts: - secretName: test-app-tls-2 annotations: kubernetes.io/ingress.class: "nginx" - kubernetes.io/tls-acme: "true" |