Merge "[CMPV2] Add a template for Certificate (cert-manager)"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 8 Jan 2021 10:03:50 +0000 (10:03 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 8 Jan 2021 10:03:50 +0000 (10:03 +0000)
1  2 
kubernetes/onap/values.yaml
kubernetes/sdnc/values.yaml

@@@ -172,11 -172,37 +172,37 @@@ global
    aafEnabled: true
    aafAgentImage: onap/aaf/aaf_agent:2.1.20
  
+  # default values for certificates
+   certificate:
+     default:
+       renewBefore: 8h
+       subject:
+         organization: "Linux-Foundation"
+         country: "US"
+         locality: "San-Francisco"
+         province: "California"
+         organizationalUnit: "ONAP"
+       issuer:
+         group: certmanager.onap.org
+         kind: CMPv2Issuer
+         name: cmpv2-issuer-onap
+       p12Keystore:
+         create: false
+         passwordSecretRef:
+           name: ""
+           key:  ""
+       jksKeystore:
+         create: false
+         passwordSecretRef:
+           name: ""
+           key:  ""
    # Enabling CMPv2
    cmpv2Enabled: true
+   CMPv2CertManagerIntegration: false
    platform:
      certServiceClient:
 -      image: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.3.1
 +      image: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.3.2
        secret:
          name: oom-cert-service-client-tls-secret
          mountPath: /etc/onap/oom/certservice/certs/
@@@ -32,9 -32,10 +32,10 @@@ global
      service: mariadb-galera
    # Enabling CMPv2
    cmpv2Enabled: true
+   CMPv2CertManagerIntegration: false
    platform:
      certServiceClient:
 -      image: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.3.1
 +      image: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.3.2
        secret:
          name: oom-cert-service-client-tls-secret
          mountPath: /etc/onap/oom/certservice/certs/