diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-06-10 19:56:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-06-10 19:56:27 +0000 |
commit | b8ee1572d5e6c8d358d64e15a4bd345dccbd6b79 (patch) | |
tree | b6ac2e3c316a63af26baa501b671fad8c91a021e /kubernetes/onap/values.yaml | |
parent | 502804fe000e6c934de299541a27807a0409600d (diff) | |
parent | 598f2d8f5e84c92c42c5da0e4dbf9562f860b8f7 (diff) |
Merge "[COMMON] Remove CertService client mechanism"
Diffstat (limited to 'kubernetes/onap/values.yaml')
-rwxr-xr-x | kubernetes/onap/values.yaml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml index d91284a6c3..0e2b13b473 100755 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -194,7 +194,6 @@ global: # Enabling CMPv2 cmpv2Enabled: true - CMPv2CertManagerIntegration: false platform: certificates: clientSecretName: oom-cert-service-client-tls-secret @@ -204,17 +203,6 @@ global: keystorePasswordSecretKey: password truststorePasswordSecretName: oom-cert-service-certificates-password truststorePasswordSecretKey: password - certServiceClient: - image: onap/org.onap.oom.platform.cert-service.oom-certservice-client:2.3.3 - certificatesSecretMountPath: /etc/onap/oom/certservice/certs/ - envVariables: - certPath: "/var/custom-certs" - # Certificate related - caName: "RA" - # Client configuration related - requestURL: "https://oom-cert-service:8443/v1/certificate/" - requestTimeout: "30000" - outputType: "P12" # Indicates offline deployment build # Set to true if you are rendering helm charts for offline deployment |