Skip to content

Commit a54fe13

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

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-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",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: Rollout
3+
metadata:
4+
name: example
5+
spec:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
apiVersion: argoproj.io/v1alpha1
2+
kind: RolloutManager
3+
metadata:
4+
name: example
5+
spec:

config/samples/kustomization.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ resources:
66
- argoproj.io_v1alpha1_applicationset.yaml
77
- argoproj.io_v1alpha1_appproject.yaml
88
- argoproj.io_v1alpha1_notificationsconfiguration.yaml
9+
- argoproj.io_v1alpha1_rollout.yaml
10+
- argoproj.io_v1alpha1_rolloutmanager.yaml
911
#+kubebuilder:scaffold:manifestskustomizesamples

0 commit comments

Comments
 (0)