Skip to content

Commit

Permalink
disable tls, not working with kubespray
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Sep 24, 2018
1 parent e3fb44d commit 823095e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions create_secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ proxy:
secretToken: \"$(openssl rand -hex 32)\"
ingress:
enabled: true
hosts:
- $(hostname)
tls:
- hosts:
- $(hostname)
secretName: kubelego-tls-jupyterhub
" > secrets.yaml

0 comments on commit 823095e

Please sign in to comment.