Skip to content

Commit 42df21c

Browse files
committed
.metadata.name and .spec missing creating RolloutMgr (#6029)
Signed-off-by: Keith Chong <[email protected]>
1 parent f652316 commit 42df21c

4 files changed

+29
-1
lines changed

bundle/manifests/gitops-operator.clusterserviceversion.yaml

+17-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,22 @@ metadata:
5757
}
5858
}
5959
},
60+
{
61+
"apiVersion": "argoproj.io/v1alpha1",
62+
"kind": "Rollout",
63+
"metadata": {
64+
"name": "example"
65+
},
66+
"spec": null
67+
},
68+
{
69+
"apiVersion": "argoproj.io/v1alpha1",
70+
"kind": "RolloutManager",
71+
"metadata": {
72+
"name": "example"
73+
},
74+
"spec": null
75+
},
6076
{
6177
"apiVersion": "argoproj.io/v1beta1",
6278
"kind": "ArgoCD",
@@ -164,7 +180,7 @@ metadata:
164180
capabilities: Deep Insights
165181
console.openshift.io/plugins: '["gitops-plugin"]'
166182
containerImage: quay.io/redhat-developer/gitops-operator
167-
createdAt: "2024-11-25T03:57:37Z"
183+
createdAt: "2025-02-03T20:09:45Z"
168184
description: Enables teams to adopt GitOps principles for managing cluster configurations
169185
and application delivery across hybrid multi-cluster Kubernetes environments.
170186
features.operators.openshift.io/disconnected: "true"
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:
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

+2
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)