Skip to content

Commit

Permalink
DE kubectl get nodes test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Oct 31, 2023
1 parent b631bf1 commit b25c5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dynamic_enviroment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo "$KUBECONFIG"
- name: Use context
run: kubectl config use-context kubernetes-admin-visoft.solutions.cluster@visoft.solutions.cluster
run: kubectl --kubeconfig="$GITHUB_WORKSPACE/.kube/config" config use-context kubernetes-admin-visoft.solutions.cluster@visoft.solutions.cluster

- name: Deploy to K8s
run: kubectl get nodes

0 comments on commit b25c5f5

Please sign in to comment.