Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit 1465603

Browse files
committed
fix note link
1 parent a367248 commit 1465603

File tree

1 file changed

+2
-2
lines changed
  • .banzaicloud/charts/spotguide-kubeflow/templates

1 file changed

+2
-2
lines changed

.banzaicloud/charts/spotguide-kubeflow/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ Congratulations, you have deployed Kubeflow Spotguide to Kubernetes! Your releas
44

55
{{- if eq .Values.banzaicloud.cluster.cloud "amazon" }}
66
```
7-
echo https://$(kubectl get svc --namespace {{ .Release.Namespace }} -l app=istio-ingressgateway,istio=ingressgateway -o jsonpath='{.items[0].status.loadBalancer.ingress[0].hostname}')
7+
echo https://$(kubectl get svc --namespace istio-system -l app=istio-ingressgateway,istio=ingressgateway -o jsonpath='{.items[0].status.loadBalancer.ingress[0].hostname}')
88
```
99
{{- else}}
1010
```
11-
echo https://$(kubectl get svc --namespace {{ .Release.Namespace }} -l app=istio-ingressgateway,istio=ingressgateway -o jsonpath='{.items[0].status.loadBalancer.ingress[0].ip}')
11+
echo https://$(kubectl get svc --namespace istio-system -l app=istio-ingressgateway,istio=ingressgateway -o jsonpath='{.items[0].status.loadBalancer.ingress[0].ip}')
1212
```
1313
{{- end }}
1414

0 commit comments

Comments
 (0)