Skip to content

Commit

Permalink
feat: add olm capability annotation
Browse files Browse the repository at this point in the history
OLM is an optional operator, we exclude OLM resources with this annotation
if the monitoring operator ever becomes a capability, using a <monitoring_label>+OperatorLifecycleManager will work for both

Signed-off-by: ehila <[email protected]>
  • Loading branch information
eggfoobar committed Oct 5, 2023
1 parent 1b3de92 commit 79f7b96
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
include.release.openshift.io/self-managed-high-availability: "true"
olm.providedAPIs: Alertmanager.v1.monitoring.coreos.com,PodMonitor.v1.monitoring.coreos.com,Probe.v1.monitoring.coreos.com,Prometheus.v1.monitoring.coreos.com,PrometheusRule.v1.monitoring.coreos.com,ServiceMonitor.v1.monitoring.coreos.com,ThanosRuler.v1.monitoring.coreos.com,AlertmanagerConfig.v1alpha1.monitoring.coreos.com
include.release.openshift.io/single-node-developer: "true"
capability.openshift.io/name: "OperatorLifecycleManager"
spec:
staticProvidedAPIs: true
selector:
Expand Down

0 comments on commit 79f7b96

Please sign in to comment.