Skip to content

Commit

Permalink
updated csv + ensure manager watches for v1alpha2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferubah committed Dec 16, 2024
1 parent b9de179 commit c1a216c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
24 changes: 22 additions & 2 deletions bundle/manifests/orchestrator-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ metadata:
"enabled": false,
"namespace": ""
},
"networkPolicy": {
"rhdhNamespace": "rhdh-operator"
},
"orchestrator": {
"namespace": "sonataflow-infra",
"sonataflowPlatform": {
Expand Down Expand Up @@ -95,7 +98,7 @@ metadata:
"integrity": "sha512-tS5cJGwjzP9esdTZvUFjw0O7+w9gGBI/+VvJrtqYJBDGXcEAq9iYixGk67ddQVW5eeUM7Tk1WqJlNj282aAWww==",
"package": "[email protected]"
},
"scope": "@redhat",
"scope": "@redhat"
},
"serverlessOperator": {
"enabled": true,
Expand Down Expand Up @@ -128,7 +131,7 @@ metadata:
capabilities: Basic Install
categories: Developer Tools
console.openshift.io/disable-operand-delete: "true"
createdAt: "2024-12-16T14:45:33Z"
createdAt: "2024-12-16T20:19:18Z"
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
Expand Down Expand Up @@ -404,6 +407,23 @@ spec:
- delete
- watch
- patch
- apiGroups:
- operator.openshift.io
resources:
- imagecontentsourcepolicies
verbs:
- get
- create
- watch
- list
- update
- delete
- apiGroups:
- config.openshift.io
resources:
- clusterversions
verbs:
- get
serviceAccountName: orchestrator-operator
deployments:
- label:
Expand Down
1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ spec:
- args:
- --leader-elect
- --leader-election-id=orchestrator-operator
- --api-version=rhdh.redhat.com/v1alpha2
image: controller:latest
name: manager
securityContext:
Expand Down

0 comments on commit c1a216c

Please sign in to comment.