Skip to content

Commit

Permalink
test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Oct 22, 2024
1 parent 91163fb commit 21ffd7b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/actions/k8s-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,14 @@ runs:
- name: Configure kubectl
shell: bash
run: |
echo "${{ inputs.kube_config }}" | base64 -d > /tmp/kubeconfig
export KUBECONFIG=/tmp/kubeconfig
echo "${{ inputs.kube_config }}" | base64 -d > kubeconfig
export KUBECONFIG=./kubeconfig
- name: Check kubectl configuration
shell: bash
run: |
kubectl config view
kubectl cluster-info
- name: Install Kustomize
shell: bash
Expand Down

0 comments on commit 21ffd7b

Please sign in to comment.