Skip to content

Commit

Permalink
Merge pull request #1927 from yuvipanda/remove-1
Browse files Browse the repository at this point in the history
Remove proxy.https.hosts from generated config
  • Loading branch information
yuvipanda authored Nov 16, 2022
2 parents a993a41 + f574075 commit 3c661c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deployer/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def get_generated_config(self, auth_provider: KeyProvider):
else:
generated_config = {
"jupyterhub": {
"proxy": {"https": {"hosts": [self.spec["domain"]]}},
"ingress": {
"hosts": [self.spec["domain"]],
"tls": [
Expand Down

0 comments on commit 3c661c5

Please sign in to comment.