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 0f2b4e4 commit 200986c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/k8s-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ inputs:
description: "Base64 encoded kubeconfig file"
required: true
docker_password:
description: "Base64 encoded kubeconfig file"
description: "docker password"
required: true
docker_username:
description: "Base64 encoded kubeconfig file"
description: "docker username"
required: true
env_secrets:
description: "Base64 encoded .env file containing secrets"
Expand All @@ -56,8 +56,8 @@ runs:
- name: Configure kubectl
shell: bash
run: |
echo "${{ inputs.kube_config }}" | base64 -d > kubeconfig
export KUBECONFIG=./kubeconfig
echo "${{ inputs.kube_config }}" | base64 -d > /tmp/kubeconfig
export KUBECONFIG=/tmp/kubeconfig
- name: Install Kustomize
shell: bash
Expand Down

0 comments on commit 200986c

Please sign in to comment.