From c979732d500e2473f5299f33d969ec829bcbeac5 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Fri, 18 Mar 2022 12:32:59 -0400 Subject: [DCAEGEN2] Remove Consul loader init container DCAE microservices no longer rely on Consul to store their configuration information. This change modifies the common DCAE microservice deployment template to eliminate the initContainer that loads configuration information into Consul. Issue-ID: DCAEGEN2-3059 Signed-off-by: Jack Lucas Change-Id: I4d9d547de020fe1987afab1c99cd033799ed7b36 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8b573a454f..71fed48208 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,9 @@ Chart.lock .idea/* *.iml +# VSCode +.vscode/* + # Mac OS *DS_Store* -- cgit 1.2.3-korg