Skip to content

Commit 7f23623

Browse files
committed
.metadata.name and .spec missing creating RolloutMgr (#6029)
Signed-off-by: Keith Chong <kykchong@redhat.com>
1 parent f652316 commit 7f23623

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,22 @@ metadata:
2020
},
2121
"spec": null
2222
},
23+
{
24+
"apiVersion": "argoproj.io/v1alpha1",
25+
"kind": "RolloutManager",
26+
"metadata": {
27+
"name": "example"
28+
},
29+
"spec": null
30+
},
31+
{
32+
"apiVersion": "argoproj.io/v1alpha1",
33+
"kind": "Rollout",
34+
"metadata": {
35+
"name": "example"
36+
},
37+
"spec": null
38+
},
2339
{
2440
"apiVersion": "argoproj.io/v1alpha1",
2541
"kind": "ApplicationSet",

0 commit comments

Comments
 (0)