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.
This commit is contained in:
parent
803282f97c
commit
83288872c4
@ -24,7 +24,7 @@ spec:
|
|||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
pod.beta.kubernetes.io/init-containers: '[
|
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:
|
spec:
|
||||||
restartPolicy: OnFailure
|
restartPolicy: OnFailure
|
||||||
|
Loading…
x
Reference in New Issue
Block a user