Skip to content

Commit

Permalink
feat: Cluster-scoped Rollouts support
Browse files Browse the repository at this point in the history
Signed-off-by: Jayendra Parsai <jparsai@jparsai-thinkpadp1gen4i.remote.csb>
  • Loading branch information
Jayendra Parsai committed Mar 27, 2024
1 parent ff15941 commit 154e434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/namespa-scoped/namespace_scoped_rollouts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ var _ = Describe("Namespace-scoped RolloutManager tests", func() {
Name: controllers.DefaultArgoRolloutsResourceName,
Namespace: nsName1,
},
}, "30s", "1s").ShouldNot(k8s.ExistByName(k8sClient))
}, "1m", "2s").ShouldNot(k8s.ExistByName(k8sClient))

By("2nd RM: Delete 2nd Rollout CR and ensure it is not recreated.")
rollout2 := rv1alpha1.Rollout{
Expand Down

0 comments on commit 154e434

Please sign in to comment.