Skip to content

Commit 09d25e1

Browse files
authored
Enable the OTEL dashboard feature in OpenShift operator bundle (#3154)
1 parent 511785d commit 09d25e1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bundle/openshift/manifests/opentelemetry-operator.clusterserviceversion.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ spec:
501501
- --enable-nginx-instrumentation=true
502502
- --enable-go-instrumentation=true
503503
- --enable-multi-instrumentation=true
504+
- --openshift-create-dashboard=true
504505
- --feature-gates=+operator.observability.prometheus
505506
env:
506507
- name: SERVICE_ACCOUNT_NAME

config/overlays/openshift/manager-patch.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
- --enable-nginx-instrumentation=true
99
- '--enable-go-instrumentation=true'
1010
- '--enable-multi-instrumentation=true'
11+
- '--openshift-create-dashboard=true'
1112
- '--feature-gates=+operator.observability.prometheus'

0 commit comments

Comments
 (0)