Package busybox container image for ceph workaround
[infra/stack/kubernetes.git] / apps / ceph / kubespray / playbooks / roles / install / templates / ping-tunnel-workaround.yaml.j2
index 089f729f0ba588a29d5d4da438367d315ad69cf2..7a3969a69443291319170e3f67186d16a15dc609 100644 (file)
@@ -24,6 +24,6 @@ spec:
       hostNetwork: true
       containers:
       - name: busybox
-        image: {{ busybox_repository }}/library/busybox:{{ busybox_version }}
+        image: {{ busybox_repository }}:{{ busybox_version }}
         command: ["/bin/sh"]
         args:  ["-c", "while true ; do ip route | grep tunl0 | awk -F/ '{print $1}' | xargs -n 1 ping -c 1; sleep 5; done"]