Skip to content

feat(opentelemetry-collector): render telemetry resource attributes as a list #1581

feat(opentelemetry-collector): render telemetry resource attributes as a list

feat(opentelemetry-collector): render telemetry resource attributes as a list #1581

Workflow file for this run

name: Test Collector Chart
on:
pull_request:
paths:
- 'charts/opentelemetry-collector/**'
branches:
- main
permissions:
contents: read
jobs:
collector-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
with:
create-kind-cluster: "true"
helm-version: "v4.0.5"
- name: Run chart-testing (install)
run: ct install --charts charts/opentelemetry-collector
- name: Run daemonset and deployment install test
run: |
kubectl apply -f ./charts/opentelemetry-collector/examples/daemonset-and-deployment/rendered
kubectl rollout status daemonset example-opentelemetry-collector-agent --timeout=30s
kubectl rollout status deployment example-opentelemetry-collector --timeout=30s