Skip to content

Commit 3efc993

Browse files
committed
Set suggested-namespace and related annotations
Add a few annotations: - operatorframework.io/cluster-monitoring: "true" - operatorframework.io/suggested-namespace: "openshift-run-once-duration-override-operator" - console.openshift.io/operator-monitoring-default: "true" to simplify the deployment via OCP console.
1 parent 9f21fc2 commit 3efc993

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: manifests/runoncedurationoverride-operator.clusterserviceversion.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ metadata:
4141
capabilities: Basic Install
4242
categories: OpenShift Optional
4343
operators.openshift.io/valid-subscription: '["OpenShift Container Platform", "OpenShift Platform Plus"]'
44+
operatorframework.io/cluster-monitoring: "true"
45+
operatorframework.io/suggested-namespace: "openshift-run-once-duration-override-operator"
46+
console.openshift.io/operator-monitoring-default: "true"
4447
spec:
4548
replaces: runoncedurationoverrideoperator.v1.1.0
4649
# buffering up to 6 1.1.z releases to allow to include these in all supported bundle index images

0 commit comments

Comments
 (0)