Skip to content

Commit 039220c

Browse files
authored
Merge pull request #1530 from jim-fun/patch-2
Update https.rst
2 parents 816b38e + f19d9fe commit 039220c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/https.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ file ``nginx-ingress.yaml``:
8383
loadBalancerIP: <STATIC-IP>
8484
8585
Afterwards we install the ingress proxy using
86-
``helm install stable/nginx-ingress --name binderhub-proxy --namespace <same-namespace-as-binderhub> -f nginx-ingress.yaml``.
86+
``helm install binderhub-proxy stable/nginx-ingress --namespace <same-namespace-as-binderhub> -f nginx-ingress.yaml``.
8787
Then wait until it is ready and showing the correct IP when looking at the output of
8888
``kubectl --namespace <same-namespace-as-binderhub> get services binderhub-proxy-nginx-ingress-controller``.
8989

0 commit comments

Comments
 (0)