diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-01-08 10:03:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-08 10:03:50 +0000 |
commit | 66d9e19d299cb8c08c11676a7cdfc464e4a776db (patch) | |
tree | fea3cd9a8507417c6bb7b4f6e35fb0d571d85138 /kubernetes/onap | |
parent | 8aba48f33e1ab802fc728d4d9b166c230378abd3 (diff) | |
parent | 0e53c9f6efd5508ad4878781cb45f76df65b0a0c (diff) |
Merge "[CMPV2] Add a template for Certificate (cert-manager)"
Diffstat (limited to 'kubernetes/onap')
-rwxr-xr-x | kubernetes/onap/values.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index 9f6d5fe35d..5376940938 100755 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -172,8 +172,34 @@ 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.2 |