-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated csv + ensure manager watches for v1alpha2 version
- Loading branch information
1 parent
b9de179
commit c1a216c
Showing
2 changed files
with
23 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,9 @@ metadata: | |
"enabled": false, | ||
"namespace": "" | ||
}, | ||
"networkPolicy": { | ||
"rhdhNamespace": "rhdh-operator" | ||
}, | ||
"orchestrator": { | ||
"namespace": "sonataflow-infra", | ||
"sonataflowPlatform": { | ||
|
@@ -95,7 +98,7 @@ metadata: | |
"integrity": "sha512-tS5cJGwjzP9esdTZvUFjw0O7+w9gGBI/+VvJrtqYJBDGXcEAq9iYixGk67ddQVW5eeUM7Tk1WqJlNj282aAWww==", | ||
"package": "[email protected]" | ||
}, | ||
"scope": "@redhat", | ||
"scope": "@redhat" | ||
}, | ||
"serverlessOperator": { | ||
"enabled": true, | ||
|
@@ -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" | ||
|
@@ -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: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters