diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-12-16 16:54:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-12-16 16:54:25 +0000 |
commit | 5b27caf49a96fff0c0ae24c18ccd77ee3325c74e (patch) | |
tree | 01611996863be0ca7c1f5053f7f4624335b9ceb6 /kubernetes/platform/components/cmpv2-cert-provider/templates | |
parent | 6effd804e453ce754df599b97d7d92566ed71180 (diff) | |
parent | c681111a545e69d0705ac9708a74b440976d6334 (diff) |
Merge "[CMPV2] Add readiness check"
Diffstat (limited to 'kubernetes/platform/components/cmpv2-cert-provider/templates')
-rw-r--r-- | kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml b/kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml index 3f0027f1be..3a993734e4 100644 --- a/kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml +++ b/kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml @@ -33,6 +33,8 @@ spec: labels: control-plane: controller-manager spec: + initContainers: + {{ include "common.readinessCheck.waitFor" . | indent 6 | trim }} containers: - name: {{ .Values.deploymentProxy.name }} image: {{ .Values.deploymentProxy.image }} |