Skip to content

Commit f19d9fe

Browse files
authored
Update https.rst
Updated helm install binderhub-proxy stable/nginx-ingress --namespace <same-namespace-as-binderhub> -f nginx-ingress.yaml based on current version of helm.
1 parent 01450ce commit f19d9fe

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)