Skip to content

Commit af48611

Browse files
therealjsieJohannes Siebel
authored and
Johannes Siebel
committed
docs: Change comment on how to activate go instrumentation
1 parent 10638c2 commit af48611

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/opentelemetry-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: opentelemetry-operator
3-
version: 0.86.4
3+
version: 0.86.5
44
description: OpenTelemetry Operator Helm chart for Kubernetes
55
type: application
66
home: https://opentelemetry.io/

charts/opentelemetry-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ manager:
6666
repository: ""
6767
tag: ""
6868
# The Go instrumentation support in the operator is disabled by default.
69-
# To enable it, use the operator.autoinstrumentation.go feature gate.
69+
# To enable it, set manager.extraArgs[0] to "--enable-go-instrumentation"
7070
go:
7171
repository: ""
7272
tag: ""

0 commit comments

Comments
 (0)