Actualiser .forgejo/workflows/deploy.yml
This commit is contained in:
parent
31169e12c7
commit
015dee40f3
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ jobs:
|
||||||
#cat <<EOF > /tmp/kubeconfig.yaml
|
#cat <<EOF > /tmp/kubeconfig.yaml
|
||||||
#$KUBECONFIG_DATA
|
#$KUBECONFIG_DATA
|
||||||
#EOF
|
#EOF
|
||||||
echo \"\$KUBECONFIG_DATA\" > /tmp/kubeconfig.yaml &&
|
echo "$KUBECONFIG_DATA" > /tmp/kubeconfig.yaml &&
|
||||||
export KUBECONFIG=/tmp/kubeconfig.yaml &&
|
export KUBECONFIG=/tmp/kubeconfig.yaml &&
|
||||||
kubectl config view --raw &&
|
kubectl config view --raw &&
|
||||||
cat /tmp/kubeconfig.yaml &&
|
cat /tmp/kubeconfig.yaml &&
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue