Skip to content

Commit

Permalink
Fix type for service and route yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Nov 2, 2023
1 parent 5d2252e commit baead18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/modules/ROOT/pages/02-workshop-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,13 @@ and `route.yaml` represent the Deployment, Service and OpenShift Route respectiv
include::ROOT:example$deploy/base/deploy.yaml[]
----

.link:https://github.com/OpenShiftDemos/argo-rollouts-workshop/blob/main/documentation/modules/ROOT/examples/deploy/base/service.yaml[./deploy/base/route.yaml/service.yaml,window='_blank']
.link:https://github.com/OpenShiftDemos/argo-rollouts-workshop/blob/main/documentation/modules/ROOT/examples/deploy/base/service.yaml[./deploy/base/service.yaml,window='_blank']
[source,yaml,subs="+macros,attributes+"]
----
include::ROOT:example$deploy/base/service.yaml[]
----

.link:https://github.com/OpenShiftDemos/argo-rollouts-workshop/blob/main/documentation/modules/ROOT/examples/deploy/base/route.yaml[./deploy/base/route.yaml/route.yaml,window='_blank']
.link:https://github.com/OpenShiftDemos/argo-rollouts-workshop/blob/main/documentation/modules/ROOT/examples/deploy/base/route.yaml[./deploy/base/route.yaml,window='_blank']
[source,yaml,subs="+macros,attributes+"]
----
include::ROOT:example$deploy/base/route.yaml[]
Expand Down

0 comments on commit baead18

Please sign in to comment.