From bca442655b9a2f011c322c9626f029de7e209b45 Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sat, 5 Jun 2021 01:18:40 +0200 Subject: fix init container name --- deploy/environments/production/main.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy') diff --git a/deploy/environments/production/main.jsonnet b/deploy/environments/production/main.jsonnet index 175fbab..72a1c2e 100644 --- a/deploy/environments/production/main.jsonnet +++ b/deploy/environments/production/main.jsonnet @@ -22,7 +22,7 @@ function(tag, namespace, envSlug=null, projectPathSlug=null) statefulset+: statefulset.spec.template.spec.withInitContainers([ - container.new('waitForEgress', 'docker.io/busybox:latest') + container.new('wait-for-egress', 'docker.io/busybox:latest') + container.withCommand(['/bin/sleep', '30']), ]), -- cgit v1.2.3