diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-25 09:18:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-25 09:18:13 +0000 |
commit | 80892b4f7346b127873de456c28de5094e867b87 (patch) | |
tree | 49249804b1e0ccd92fbde5183d64a4d7bd30ec11 /kubernetes/dcaegen2/components/dcae-bootstrap/resources/config/k8s-plugin.json | |
parent | 600b979eca5e1fe811fded36ab0a8ca0bf213878 (diff) | |
parent | 339a93d02c8a84f988c7c057f9d8f33c9a81463f (diff) |
Merge "[DCAEGEN2][OOM] Update k8splugin configs"
Diffstat (limited to 'kubernetes/dcaegen2/components/dcae-bootstrap/resources/config/k8s-plugin.json')
-rw-r--r-- | kubernetes/dcaegen2/components/dcae-bootstrap/resources/config/k8s-plugin.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kubernetes/dcaegen2/components/dcae-bootstrap/resources/config/k8s-plugin.json b/kubernetes/dcaegen2/components/dcae-bootstrap/resources/config/k8s-plugin.json index 3979dd2407..d0413192c8 100644 --- a/kubernetes/dcaegen2/components/dcae-bootstrap/resources/config/k8s-plugin.json +++ b/kubernetes/dcaegen2/components/dcae-bootstrap/resources/config/k8s-plugin.json @@ -49,8 +49,12 @@ "state": "{{ .Values.cmpv2Config.global.platform.certServiceClient.envVariables.cmpv2State }}", "organizational_unit": "{{ .Values.cmpv2Config.global.platform.certServiceClient.envVariables.cmpv2OrganizationalUnit }}", "location": "{{ .Values.cmpv2Config.global.platform.certServiceClient.envVariables.cmpv2Location }}", + "cert_secret_name": "{{ .Values.cmpv2Config.global.platform.certServiceClient.secretName }}", "keystore_password": "{{ .Values.cmpv2Config.global.platform.certServiceClient.envVariables.keystorePassword }}", "truststore_password": "{{ .Values.cmpv2Config.global.platform.certServiceClient.envVariables.truststorePassword }}" + }, + "truststore_merger": + { + "image_tag": "{{ .Values.global.tlsRepository }}/{{ .Values.cmpv2Config.global.platform.certPostProcessor.image }}" } } - |