Skip to content

Commit

Permalink
PTEUDO-1524: DB Controller ARC Runner Integartion tests update action…
Browse files Browse the repository at this point in the history
…s integration kubectl non empty context
  • Loading branch information
apulariravichandran committed Jan 7, 2025
1 parent 585fc7b commit 0ef1599
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
run: |
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
- name: Set kubectl context to current cluster
- name: Set kubectl context to local
run: |
current_context=$(kubectl config current-context)
kubectl config use-context $current_context
kubectl config set-cluster local-cluster --server=http://localhost:8080
kubectl config set-context local --cluster=local-cluster
kubectl config use-context local
- name: Setup Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 0ef1599

Please sign in to comment.