We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e12588 commit 44f9a7fCopy full SHA for 44f9a7f
.github/workflows/ingress.yml
@@ -35,6 +35,7 @@ jobs:
35
36
- name: Set up environment (download dependencies)
37
run: |
38
+ TMP_DIR=$(mktemp -d)
39
# kubectl
40
curl -L https://dl.k8s.io/${{ env.K8S_VERSION }}/bin/linux/amd64/kubectl -o ${TMP_DIR}/kubectl
41
# kind
0 commit comments