[DEBUG] Debug
This commit is contained in:
parent
7cbaae0be3
commit
08b815286f
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ runs:
|
||||||
- name: Configure K8S
|
- name: Configure K8S
|
||||||
run: |
|
run: |
|
||||||
echo ${{ inputs.kubeconfig }}
|
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 "${KUBECONFIG_BASE64}" | base64 -d > ~/.kube/config &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue