Skip to content

Commit

Permalink
update values
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronoff97 committed Aug 13, 2024
1 parent c3f7b74 commit 0ba99ee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
clusterName: demo
opentelemetry-operator:
enabled: true
collectors:
daemon:
ports:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
clusterName: demo
opentelemetry-operator:
enabled: true
collectors:
daemon:
enabled: true
Expand Down
3 changes: 1 addition & 2 deletions charts/opentelemetry-kube-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ crds:
# Top level field related to the OpenTelemetry Operator
opentelemetry-operator:
# Field indicating whether the operator is enabled or not
# This is disabled for now while the chart is under development
enabled: false
enabled: true
manager:
collectorImage:
repository: otel/opentelemetry-collector-k8s
Expand Down

0 comments on commit 0ba99ee

Please sign in to comment.