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 2a652e3 commit b631bf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dynamic_enviroment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
mkdir -p $GITHUB_WORKSPACE/.kube
echo "$KUBE_CONFIG" | base64 --decode > $GITHUB_WORKSPACE/.kube/config
export KUBECONFIG="$GITHUB_WORKSPACE/.kube/config"
echo "$KUBECONFIG"
- name: Use context
run: kubectl config use-context kubernetes-admin-visoft.solutions.cluster@visoft.solutions.cluster
Expand Down

0 comments on commit b631bf1

Please sign in to comment.