Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Jul 3, 2024
1 parent 706ab9d commit 16c8f4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion ci/scripts/ci-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ install_collector() {
--set-string image.tag=otelcolcontrib-v$CI_COMMIT_SHORT_SHA \
--set clusterRole.name=${clusterRole} \
--set clusterRole.clusterRoleBinding.name=${clusterRole} \
--set-string image.repository=${clusterArn} \
--set mode=${mode} \
--set replicaCount=${replicaCount}"

Expand Down
2 changes: 1 addition & 1 deletion ci/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ config:
traces/sampled:
receivers: [datadog/connector]
processors: [probabilistic_sampler, batch]
exporters: [datadog]
exporters: [datadog, debug]
logs:
processors: [memory_limiter, resourcedetection, k8sattributes, attributes, attributes/kafkasrc, transform, batch]
exporters: [datadog]

0 comments on commit 16c8f4f

Please sign in to comment.