Fix busybox for tests to reduce dockerhub calls (#7571)

This commit is contained in:
Florian Ruynat
2021-04-30 02:39:57 +02:00
committed by GitHub
parent 360aff4a57
commit ffc38a2237
3 changed files with 2 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
---
- hosts: kube_control_plane[0]
vars:
test_image_repo: busybox
test_image_repo: k8s.gcr.io/busybox
test_image_tag: latest
tasks: