Merge pull request #325 from dulek/fix-nova-bootstrap

fixes #324: Add missing "[]" to job-bootstrap.yaml
This commit is contained in:
Brandon B. Jozsa 2017-04-04 10:35:15 -04:00 committed by GitHub
commit 34d304b4a5

View File

@ -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