Skip to content

Commit c2331e9

Browse files
Merge pull request #52 from vorburger/master
use knativetutorial instead of myproject
2 parents 722f96b + ad518e3 commit c2331e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

01-basics/bin/call.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
INGRESSGATEWAY=istio-ingressgateway
44
IP_ADDRESS="$(minishift ip):$(kubectl get svc $INGRESSGATEWAY --namespace istio-system --output 'jsonpath={.spec.ports[?(@.port==80)].nodePort}')"
55

6-
curl -H "Host: greeter.myproject.example.com" $IP_ADDRESS
6+
curl -H "Host: greeter.knativetutorial.example.com" $IP_ADDRESS

documentation/modules/ROOT/pages/faq.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ INGRESSGATEWAY=istio-ingressgateway
2121
IP_ADDRESS="$(minishift ip):$(kubectl get svc $INGRESSGATEWAY --namespace istio-system --output 'jsonpath={.spec.ports[?(@.port==80)].nodePort}')"
2222

2323
# calling a knative service named greeter
24-
curl -H "Host: greeter.myproject.example.com" $IP_ADDRESS
24+
curl -H "Host: greeter.knativetutorial.example.com" $IP_ADDRESS
2525
----
2626

2727
[#faq-q2]

0 commit comments

Comments
 (0)