diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-06-10 19:56:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-10 19:56:27 +0000 |
commit | b8ee1572d5e6c8d358d64e15a4bd345dccbd6b79 (patch) | |
tree | b6ac2e3c316a63af26baa501b671fad8c91a021e /kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml | |
parent | 502804fe000e6c934de299541a27807a0409600d (diff) | |
parent | 598f2d8f5e84c92c42c5da0e4dbf9562f860b8f7 (diff) |
Merge "[COMMON] Remove CertService client mechanism"
Diffstat (limited to 'kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml')
-rw-r--r-- | kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml b/kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml index 3a993734e4..8bcbc1f7d0 100644 --- a/kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml +++ b/kubernetes/platform/components/cmpv2-cert-provider/templates/deployment.yaml @@ -1,4 +1,4 @@ -{{ if .Values.global.CMPv2CertManagerIntegration }} +{{ if .Values.global.cmpv2Enabled }} # ============LICENSE_START======================================================= # Copyright (c) 2020 Nokia |