X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2FcertInitializer%2Fvalues.yaml;h=52b2765329d292a97f2bc710c30273b1b1b2cbcb;hb=0c31367d791d773bda5687d5977497a1e8215e4f;hp=00e74c46d612298380bdee3ae8ecb38331747cf7;hpb=75f18758d0cc3e14ec5dd4fd61ee9a46a838a272;p=oom.git diff --git a/kubernetes/common/certInitializer/values.yaml b/kubernetes/common/certInitializer/values.yaml index 00e74c46d6..52b2765329 100644 --- a/kubernetes/common/certInitializer/values.yaml +++ b/kubernetes/common/certInitializer/values.yaml @@ -13,10 +13,8 @@ # limitations under the License. global: - repository: nexus3.onap.org:10001 aafAgentImage: onap/aaf/aaf_agent:2.1.20 aafEnabled: true - jreImage: registry.gitlab.com/onap-integration/docker/onap-java pullPolicy: Always @@ -56,6 +54,10 @@ importCustomCertsEnabled: false truststoreMountpath: "" truststoreOutputFileName: truststore.jks truststorePassword: changeit +envVarToCheck: cadi_keystore_password_p12 -createCertsCM: false -certsCMName: '{{ include "common.release" . }}-cert-initializer-certs' +# This introduces implicit dependency on cert-wrapper +# if you are using cert initializer cert-wrapper has to be also deployed. +# We had to move this CM to a separate chart to reduce the total size of our charts +# as it exceeds the default helm limits. +certsCMName: '{{ include "common.release" . }}-cert-wrapper-certs'