X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdnc%2Ftemplates%2Fcertificates.yaml;h=acf9012099338e50b864c83ee4e001e3b2606f48;hb=687f528514a0fb7a54d677aae837cadea9072dbc;hp=dda16176a53cb2a4e746df14db41f974dbeeec32;hpb=581f2b17fd0b247eeeb4e3770b212c7e6cd631fb;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 }}