Skip to content

Commit

Permalink
checking manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanjunming committed Nov 19, 2024
1 parent 43edcda commit 573a272
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/otel-integration-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
./get_host_endpoint.sh
- name: Setup Secret
run: kubectl create secret generic coralogix-keys --from-literal=PRIVATE_KEY=123
- name: Install chart & telemetrygen for testing
- name: Install chart for testing
env:
HOSTENDPOINT: ${{ env.HOSTENDPOINT }}
KUBECONFIG: ${{ env.KUBECONFIG }}
Expand All @@ -47,6 +47,8 @@ jobs:
--set global.domain="coralogix.com" \
-f ./values.yaml \
-f ./e2e-test/testdata/values-e2e-test.yaml
kubectl get configmap otel-hostendpoint-configmap -o yaml
kubectl describe daemonsets coralogix-opentelemetry-agent
kubectl wait --all --for=condition=ready --timeout=300s pod -l component=agent-collector
- name: Verbose Debugging
env:
Expand Down

0 comments on commit 573a272

Please sign in to comment.