Skip to content

Commit

Permalink
mcoa: update manifests to support new Intrumentation CR stanzas
Browse files Browse the repository at this point in the history
Related with: stolostron/multicluster-observability-addon#59

Signed-off-by: Joao Marcal <[email protected]>
  • Loading branch information
JoaoBraveCoding committed Sep 12, 2024
1 parent 2343589 commit 09b1cb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ spec:
# Describes the default OpenTelemetryCollector type applied to all managed clusters.
- group: opentelemetry.io
resource: opentelemetrycollectors
# Describes the default Instrumentation type applied to all managed clusters.
- group: opentelemetry.io
resource: instrumentations
installStrategy:
type: Placements
placements:
Expand All @@ -40,3 +43,7 @@ spec:
resource: opentelemetrycollectors
name: instance
namespace: open-cluster-management-observability
- group: opentelemetry.io
resource: instrumentations
name: instance
namespace: open-cluster-management-observability
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
- apiGroups: ["logging.openshift.io"]
resources: ["clusterlogforwarders"]
verbs: ["get", "list", "watch"]
# Role for addon to perform tracing specific actions
# Role for addon to perform opentelemetry specific actions
- apiGroups: ["opentelemetry.io"]
resources: ["opentelemetrycollectors"]
resources: ["opentelemetrycollectors", "instrumentations"]
verbs: ["get", "list", "watch"]

0 comments on commit 09b1cb3

Please sign in to comment.