Skip to content

Commit

Permalink
Add a test case for standalone collector deployment (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax authored Jul 7, 2021
1 parent 21e9d4d commit 75133d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/opentelemetry-collector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: opentelemetry-collector
version: 0.5.8
version: 0.5.9
description: OpenTelemetry Collector Helm chart for Kubernetes
type: application
home: https://opentelemetry.io/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
agentCollector:
enabled: false
standaloneCollector:
enabled: true

0 comments on commit 75133d0

Please sign in to comment.