Skip to content

Commit

Permalink
feat(ci): Login to Kubernetes clusters via Rancher
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Jan 22, 2024
1 parent 60cd9d9 commit 900fffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_shared-run-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
echo "${{ secrets.KUBECONFIG }}" > $HOME/.kube/config
export KUBECONFIG=$HOME/.kube/config
chmod 600 $HOME/.kube/config
kubectl config set-context --current ${{ inputs.kubeCluster }}
kubectl config set-context --current
- name: Check Kubernetes engine
shell: bash
run: |
Expand Down

0 comments on commit 900fffc

Please sign in to comment.