From 265ca90a26db6ffc5f0a0d9b67e4f533cf01b8bf Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Thu, 9 Apr 2020 11:39:04 -0400 Subject: Add Helm chart for Acumos adapter Issue-ID: DCAEGEN2-2199 Signed-off-by: Jack Lucas Change-Id: Iffe4cb4ef9278815ddb6f8e275d6017bd859bbdf --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index adb4b28..2a9b067 100644 --- a/.gitignore +++ b/.gitignore @@ -33,6 +33,9 @@ target .idea *.iml +# For Helm artifacts +charts/ +requirements.lock # For python .coverage .tox/ -- cgit 1.2.3-korg