[DEBUG] Debug
This commit is contained in:
parent
08b815286f
commit
e8f5a00cef
1 changed files with 1 additions and 6 deletions
|
@ -65,15 +65,10 @@ runs:
|
||||||
# Configure K&S
|
# Configure K&S
|
||||||
- name: Configure K8S
|
- name: Configure K8S
|
||||||
run: |
|
run: |
|
||||||
echo ${{ inputs.kubeconfig }}
|
|
||||||
echo "-----"
|
|
||||||
echo "${KUBECONFIG_BASE64}"
|
|
||||||
echo "Setup kubeconfig"
|
echo "Setup kubeconfig"
|
||||||
mkdir -p ~/.kube &&
|
mkdir -p ~/.kube &&
|
||||||
echo "${KUBECONFIG_BASE64}" | base64 -d > ~/.kube/config &&
|
echo ${{ inputs.kubeconfig }} | base64 -d > ~/.kube/config &&
|
||||||
chmod 700 ~/.kube/config
|
chmod 700 ~/.kube/config
|
||||||
env:
|
|
||||||
KUBECONFIG_BASE64: ${{ inputs.kubeconfig }}
|
|
||||||
- name: Export Envars
|
- name: Export Envars
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue