Skip to content
This repository was archived by the owner on Aug 1, 2019. It is now read-only.

Commit 6837e1a

Browse files
Update proc_creating-OCP-route-pointing-istio.adoc
1 parent a6de1c6 commit 6837e1a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

common/proc_creating-OCP-route-pointing-istio.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
.. Replace <YOUR KNATIVE SERVICE NAME> with your knative service name;
1414
.. Replace <YOUR NAMESPACE> with your service's namespace;
1515
.. Replace <YOUR CLUSTER SUFFIX> with the value output by the `oc get` command in the previous step.
16-
17-
apiVersion: v1
16+
+
17+
----
18+
apiVersion: v1
1819
kind: Route
1920
metadata:
2021
name: <YOUR KNATIVE SERVICE NAME>
@@ -24,6 +25,7 @@
2425
to:
2526
kind: Service
2627
name: istio-ingressgateway
28+
----
2729

2830
. Run the following yaml file command:
2931

0 commit comments

Comments
 (0)