Skip to content

Commit

Permalink
remove secrets, they are imported from other file
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Aug 29, 2018
1 parent 67b0ce8 commit 5344d83
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions config_jupyterhub_helm.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
hub:
# output of first execution of 'openssl rand -hex 32'
cookieSecret: ""
db:
type: sqlite-pvc
pvc:
Expand All @@ -9,9 +7,6 @@ hub:
storage: 1Gi
storageClassName: rook-block

proxy:
# output of second execution of 'openssl rand -hex 32'
secretToken: ""

singleuser:
memory:
Expand All @@ -27,9 +22,3 @@ ingress:
enabled: true
annotations:
kubernetes.io/tls-acme: "true"
hosts:
- js-xxx-xxx.jetstream-cloud.org
tls:
- hosts:
- js-xxx-xxx.jetstream-cloud.org
secretName: kubelego-tls-jupyterhub

0 comments on commit 5344d83

Please sign in to comment.