Skip to content

Commit

Permalink
dun use .kube
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanjunming committed Nov 14, 2024
1 parent 9fb37fd commit 71a1880
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/otel-integration-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
cluster-name: "otel-integration-agent-e2e"
- name: Save kubeconfig to file
run: |
mkdir -p $HOME/.kube
kubectl config view --raw > $HOME/.kube/config
echo "KUBECONFIG=$HOME/.kube/config" >> $GITHUB_ENV
kubectl config view --raw > /tmp/kind-otel-integration-agent-e2e
echo "KUBECONFIG=/tmp/kind-otel-integration-agent-e2e" >> $GITHUB_ENV
- name: Setup Secret
run: kubectl create secret generic coralogix-keys --from-literal=PRIVATE_KEY=123
- name: Install chart & telemetrygen for testing
Expand Down

0 comments on commit 71a1880

Please sign in to comment.