Skip to content

Commit

Permalink
Enable the OTEL dashboard feature in OpenShift operator bundle (#3154)
Browse files Browse the repository at this point in the history
  • Loading branch information
IshwarKanse committed Jul 22, 2024
1 parent 511785d commit 09d25e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ spec:
- --enable-nginx-instrumentation=true
- --enable-go-instrumentation=true
- --enable-multi-instrumentation=true
- --openshift-create-dashboard=true
- --feature-gates=+operator.observability.prometheus
env:
- name: SERVICE_ACCOUNT_NAME
Expand Down
1 change: 1 addition & 0 deletions config/overlays/openshift/manager-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
- --enable-nginx-instrumentation=true
- '--enable-go-instrumentation=true'
- '--enable-multi-instrumentation=true'
- '--openshift-create-dashboard=true'
- '--feature-gates=+operator.observability.prometheus'

0 comments on commit 09d25e1

Please sign in to comment.