fix: use alpine runner label
This commit is contained in:
@@ -59,7 +59,7 @@ jobs:
|
|||||||
kubectl create namespace airflow --dry-run=client -o yaml | kubectl apply -f -
|
kubectl create namespace airflow --dry-run=client -o yaml | kubectl apply -f -
|
||||||
printf '%s' "$SSH_KEY" | base64 -d > /tmp/gitSshKey
|
printf '%s' "$SSH_KEY" | base64 -d > /tmp/gitSshKey
|
||||||
chmod 600 /tmp/gitSshKey
|
chmod 600 /tmp/gitSshKey
|
||||||
ssh-keyscan -p 2222 gitea.idir-belfares.fr 2>/dev/null > /tmp/known_hosts
|
ssh-keyscan -p 22 gitea-ssh-svc.gitea.svc.cluster.local 2>/dev/null > /tmp/known_hosts || true
|
||||||
kubectl create secret generic airflow-gitsync-ssh \
|
kubectl create secret generic airflow-gitsync-ssh \
|
||||||
--from-file=gitSshKey=/tmp/gitSshKey \
|
--from-file=gitSshKey=/tmp/gitSshKey \
|
||||||
--from-file=known_hosts=/tmp/known_hosts \
|
--from-file=known_hosts=/tmp/known_hosts \
|
||||||
|
|||||||
Reference in New Issue
Block a user