X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdnc%2Ftemplates%2Fcertificates.yaml;h=acf9012099338e50b864c83ee4e001e3b2606f48;hb=HEAD;hp=dda16176a53cb2a4e746df14db41f974dbeeec32;hpb=0422de8134484d59031bf3113a3ac03e86627fac;p=oom.git diff --git a/kubernetes/sdnc/templates/certificates.yaml b/kubernetes/sdnc/templates/certificates.yaml index dda16176a5..acf9012099 100644 --- a/kubernetes/sdnc/templates/certificates.yaml +++ b/kubernetes/sdnc/templates/certificates.yaml @@ -1,5 +1,5 @@ {{/* -# Copyright © 2020 Nokia +# Copyright © 2020-2021 Nokia # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,6 +14,6 @@ # limitations under the License. */}} -{{ if .Values.global.CMPv2CertManagerIntegration }} -{{ include "common.certificate" . }} +{{ if .Values.global.cmpv2Enabled }} +{{ include "certManagerCertificate.certificate" . }} {{ end }}