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 00d4e5f commit 526b86f
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 @@ -16,7 +16,7 @@ jobs:
mkdir -p $GITHUB_WORKSPACE/.kube
echo ${{ secrets.KUBE_CONFIG }} | base64 --decode > ${GITHUB_WORKSPACE}/.kube/config
export KUBECONFIG=${GITHUB_WORKSPACE}/.kube/config
echo "${cat ${GITHUB_WORKSPACE}/.kube/config}""
echo "${cat ${GITHUB_WORKSPACE}/.kube/config}"
- name: Use context
run: kubectl config use-context kubernetes-admin-visoft.solutions.cluster@visoft.solutions.cluster
Expand Down

0 comments on commit 526b86f

Please sign in to comment.