Skip to content

Commit

Permalink
install logs and traces too why not
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronoff97 committed Oct 24, 2023
1 parent 9a8e0f3 commit 17093df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:

- name: Run chart-testing kube-otel-state (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --config ct.yaml --charts ./charts/kube-otel-stack --namespace opentelemetry --debug
run: ct install --config ct.yaml --charts ./charts/kube-otel-stack --set tracesCollector.enabled=true --set logsCollector.enabled=true --namespace opentelemetry --debug

- name: Run chart-testing otel-cloud-stack (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --config ct.yaml --charts ./charts/otel-cloud-stack --namespace opentelemetry --debug
run: ct install --config ct.yaml --charts ./charts/otel-cloud-stack --set tracesCollector.enabled=true --set logsCollector.enabled=true --namespace opentelemetry --debug

0 comments on commit 17093df

Please sign in to comment.