From 50fc0a3e7f7d69c337fbca072a4062f17c96117d Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Fri, 1 Mar 2019 18:18:44 -0500 Subject: Update TLS container for new cert Issue-ID: DCAEGEN2-1307 Change-Id: I92a206445caa632e45dcf3f6e9964b5e2aeb6b21 Signed-off-by: Jack Lucas --- .../dcaegen2/charts/dcae-bootstrap/resources/config/k8s-plugin.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kubernetes/dcaegen2/charts/dcae-bootstrap/resources') diff --git a/kubernetes/dcaegen2/charts/dcae-bootstrap/resources/config/k8s-plugin.json b/kubernetes/dcaegen2/charts/dcae-bootstrap/resources/config/k8s-plugin.json index 5d8bf50947..3f2168b6af 100644 --- a/kubernetes/dcaegen2/charts/dcae-bootstrap/resources/config/k8s-plugin.json +++ b/kubernetes/dcaegen2/charts/dcae-bootstrap/resources/config/k8s-plugin.json @@ -28,5 +28,10 @@ "config_subpath": "filebeat.yml", "image" : "{{ .Values.global.loggingRepository }}/{{ .Values.global.loggingImage }}", "config_map" : "dcae-filebeat-configmap" + }, + "tls": + { + "cert_path": "/opt/tls/shared", + "image": "{{ .Values.global.tlsRepository }}/{{ .Values.global.tlsImage }}" } } -- cgit 1.2.3-korg