From 83288872c49a5db36b4240604f867c595d1d802a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dulko?= Date: Tue, 4 Apr 2017 14:36:50 +0200 Subject: [PATCH] fixes #324: Add missing "[]" to job-bootstrap.yaml Commit afcf1c98485 was merged with obsolete syntax, causing nova installation to fail as nova/templates/job-bootstrap.yaml was incorrectly generated. This commit fixes this. --- nova/templates/job-bootstrap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/templates/job-bootstrap.yaml b/nova/templates/job-bootstrap.yaml index 64b1dae3cf..d1554e4d1c 100644 --- a/nova/templates/job-bootstrap.yaml +++ b/nova/templates/job-bootstrap.yaml @@ -24,7 +24,7 @@ spec: metadata: annotations: pod.beta.kubernetes.io/init-containers: '[ -{{ tuple $envAll $dependencies | include "helm-toolkit.kubernetes_entrypoint_init_container" | indent 10 }} +{{ tuple $envAll $dependencies "[]" | include "helm-toolkit.kubernetes_entrypoint_init_container" | indent 10 }} ]' spec: restartPolicy: OnFailure