summaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaegen2/components/dcae-bootstrap/resources/config/k8s-plugin.json
diff options
context:
space:
mode:
authorPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2020-09-30 09:40:35 +0200
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>2020-12-02 08:25:22 +0000
commit207d7a2e0fdb9b7513d98200266ddccc3ed7eed3 (patch)
treef36137e77f2a27eb2743a394fc5677f5cb655496 /kubernetes/dcaegen2/components/dcae-bootstrap/resources/config/k8s-plugin.json
parentba3a458941994c1ff8c6f574fa2764adaf918c87 (diff)
[DCAEGEN2] Rename truststore-merger
After renaming truststore-merger to cert-service-post-processor it is neccesary to update k8s-plugin config value, bootstrap and cm-container versions. Issue-ID: DCAEGEN2-2508 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I7c52f79ba98102377712dce690cd8be176d19ce8
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.json4
1 files changed, 2 insertions, 2 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 568d6f77c9..5e37856d19 100644
--- a/kubernetes/dcaegen2/components/dcae-bootstrap/resources/config/k8s-plugin.json
+++ b/kubernetes/dcaegen2/components/dcae-bootstrap/resources/config/k8s-plugin.json
@@ -54,7 +54,7 @@
"keystore_password": "{{ .Values.cmpv2Config.global.platform.certServiceClient.envVariables.keystorePassword }}",
"truststore_password": "{{ .Values.cmpv2Config.global.platform.certServiceClient.envVariables.truststorePassword }}"
},
- "truststore_merger": {
+ "cert_post_processor": {
"image_tag": "{{ include "repositoryGenerator.repository" . }}/{{ .Values.cmpv2Config.global.platform.certPostProcessor.image }}"
}
-} \ No newline at end of file
+}