Update createServiceAccount.sh
All checks were successful
Build docker container / Build image (push) Successful in 15s

This commit is contained in:
ties 2024-08-29 12:41:09 +00:00
parent b90e6eb00a
commit 42605ee146

View File

@ -92,9 +92,9 @@ type: kubernetes.io/service-account-token
EOF
# echo "$GITHUB_CONTEXT" | jq >>> https://git.ties.one/ties/n8n/actions/runs/60
# echo "$GITHUB_CONTEXT" | jq #>>> https://git.ties.one/ties/n8n/actions/runs/60
NEW_KUBECONFIG="kubeconfig-${NAMESPACE}-cicd.yaml"
URL=$(echo "$GITHUB_CONTEXT" | jq '.event.repository.html_url')
URL=$(echo "$GITHUB_CONTEXT" | jq -r '.event.repository.html_url')
cat <<EOFFF
---