Skip to content

Commit 5340b3f

Browse files
committed
Fix
Signed-off-by: Pavol Loffay <[email protected]>
1 parent fec81a2 commit 5340b3f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ metadata:
9999
categories: Logging & Tracing,Monitoring
100100
certified: "false"
101101
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
102-
createdAt: "2024-10-09T17:08:59Z"
102+
createdAt: "2024-10-10T15:31:51Z"
103103
description: Provides the OpenTelemetry components, including the Collector
104104
operators.operatorframework.io/builder: operator-sdk-v1.29.0
105105
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
@@ -284,7 +284,9 @@ spec:
284284
- ""
285285
resources:
286286
- namespaces
287+
- secrets
287288
verbs:
289+
- get
288290
- list
289291
- watch
290292
- apiGroups:

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ metadata:
9999
categories: Logging & Tracing,Monitoring
100100
certified: "false"
101101
containerImage: ghcr.io/open-telemetry/opentelemetry-operator/opentelemetry-operator
102-
createdAt: "2024-10-09T17:08:59Z"
102+
createdAt: "2024-10-10T15:31:51Z"
103103
description: Provides the OpenTelemetry components, including the Collector
104104
operators.operatorframework.io/builder: operator-sdk-v1.29.0
105105
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
@@ -284,7 +284,9 @@ spec:
284284
- ""
285285
resources:
286286
- namespaces
287+
- secrets
287288
verbs:
289+
- get
288290
- list
289291
- watch
290292
- apiGroups:

0 commit comments

Comments
 (0)