X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcomponents%2Fso-cnfm-lcm%2Ftemplates%2Fdeployment.yaml;h=2f035db3cbf6c33412b92e1c53326f4d8adfd7a0;hb=2c1ba293ccef7dcaf09c46f5b0a8a36245238389;hp=42d5fcfdc00df915648fc4d7ff7e6b1510866399;hpb=d3c55abb3bbdab8e864a4997f7699cae8a253e37;p=oom.git diff --git a/kubernetes/so/components/so-cnfm-lcm/templates/deployment.yaml b/kubernetes/so/components/so-cnfm-lcm/templates/deployment.yaml index 42d5fcfdc0..2f035db3cb 100644 --- a/kubernetes/so/components/so-cnfm-lcm/templates/deployment.yaml +++ b/kubernetes/so/components/so-cnfm-lcm/templates/deployment.yaml @@ -27,6 +27,8 @@ spec: template: metadata: {{- include "common.templateMetadata" . | nindent 6 }} spec: + initContainers: + {{ include "common.readinessCheck.waitFor" . | indent 8 | trim }} containers: - name: {{ include "common.name" . }} command: [ "./start-app.sh" ]