Skip to content

Commit

Permalink
Update rolloutmanager output
Browse files Browse the repository at this point in the history
  • Loading branch information
gnunn1 committed Nov 3, 2023
1 parent d3c1685 commit 288ae21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions documentation/modules/ROOT/pages/02-workshop-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,14 @@ This will return an object as follows:
apiVersion: argoproj.io/v1alpha1
kind: RolloutManager
metadata:
annotations:
argocd.argoproj.io/tracking-id: user%USERNUM%:argoproj.io/RolloutManager:user%USERNUM%-prod/argo-rollout
name: argo-rollout
namespace: user%USERNUM%-prod
spec: {}
---

As shown here this is a simple declaration which in turn results in the Operator creating
a simple deployment with the Argo Rollout controller monitoring the `user%USERNUM%-prod` for
a deployment with the Argo Rollout controller monitoring the `user%USERNUM%-prod` for
`Rollout` resources.

[NOTE]
Expand Down

0 comments on commit 288ae21

Please sign in to comment.