Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can specify the command arguments, environment variables, a custom image nam
.Example: `RolloutManager` CR
[source,yaml]
----
apiVersion: argoproj.io/v1beta1
apiVersion: argoproj.io/v1alpha1
kind: RolloutManager
metadata:
name: argo-rollout
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To manage progressive delivery of deployments by using Argo Rollouts in {gitops-
.Example: `RolloutManager` CR
[source,yaml]
----
apiVersion: argoproj.io/v1beta1
apiVersion: argoproj.io/v1alpha1
kind: RolloutManager
metadata:
name: argo-rollout
Expand Down