File tree 3 files changed +37
-1
lines changed
3 files changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ metadata:
103
103
categories : Modernization & Migration
104
104
certified : " false"
105
105
containerImage : quay.io/konveyor/tackle2-operator:latest
106
- createdAt : " 2025-02-11T17:50:14Z "
106
+ createdAt : " 2025-03-19T15:41:58Z "
107
107
description : Konveyor is an open-source application modernization platform that
108
108
helps organizations safely and predictably modernize applications to Kubernetes
109
109
at scale.
@@ -237,6 +237,16 @@ spec:
237
237
- update
238
238
- patch
239
239
- delete
240
+ - apiGroups :
241
+ - operators.coreos.com
242
+ resources :
243
+ - subscriptions
244
+ - clusterserviceversions
245
+ verbs :
246
+ - get
247
+ - list
248
+ - watch
249
+ - delete
240
250
serviceAccountName : tackle-operator
241
251
deployments :
242
252
- name : tackle-operator
Original file line number Diff line number Diff line change @@ -34,4 +34,14 @@ rules:
34
34
- update
35
35
- patch
36
36
- delete
37
+ - apiGroups :
38
+ - operators.coreos.com
39
+ resources :
40
+ - subscriptions
41
+ - clusterserviceversions
42
+ verbs :
43
+ - get
44
+ - list
45
+ - watch
46
+ - delete
37
47
# +kubebuilder:scaffold:rules
Original file line number Diff line number Diff line change 885
885
- (pathfinder_delete_db_volume|bool)
886
886
- (pathfinder_pod.resources|length) == 0
887
887
888
+ - name : " Remove RHSSO Subscription"
889
+ k8s :
890
+ state : absent
891
+ api_version : operators.coreos.com/v1alpha1
892
+ kind : Subscription
893
+ label_selectors :
894
+ - operators.coreos.com/rhsso-operator.openshift-mta =
895
+
896
+ - name : " Remove RHSSO ClusterServiceVersion"
897
+ k8s :
898
+ state : absent
899
+ api_version : operators.coreos.com/v1alpha1
900
+ kind : ClusterServiceVersion
901
+ label_selectors :
902
+ - operators.coreos.com/rhsso-operator.openshift-mta =
903
+
888
904
- name : Run kai tasks
889
905
when : experimental_deploy_kai
890
906
import_tasks : kai.yml
You can’t perform that action at this time.
0 commit comments