Skip to content

Commit

Permalink
Try include
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Oct 16, 2023
1 parent 8980031 commit 5b631c6
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions documentation/modules/ROOT/pages/02-workshop-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ As shown here this is a simple declaration which in turn results in the Operator
a simple deployment with the Argo Rollout controller monitoring the `user%USERNUM%-prod` for
`Rollout` resources.

[NOTE]
You can use the command `oc explain RolloutManager.spec` to see the supported configuration
options.

[#deploy-application]
== Deploy Application

Expand Down Expand Up @@ -117,6 +121,24 @@ ls code/deploy/base
You should see that there are four files in this directory. The `deploy.yaml`, `service.yaml`
and `route.yaml` represent the Deployment, Service and OpenShift route for the application.

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

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

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

[NOTE]
Routes are the way ingress is managed in OpenShift. Routes pre-date Kubernetes Ingress and
while OpenShift supports both Routes retain some additional capabilities and features not yet available
Expand Down

0 comments on commit 5b631c6

Please sign in to comment.