From e03fe1b5e9115ffa35e3bc315f5f8b108cf7cb75 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Wed, 4 Aug 2021 08:38:02 +0200 Subject: [PATCH] fix: ignore additional file for helm packaging --- .gitignore | 3 ++- .helmignore | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .helmignore diff --git a/.gitignore b/.gitignore index 22882cf..8fdf38b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -runner \ No newline at end of file +runner +*.tgz \ No newline at end of file diff --git a/.helmignore b/.helmignore new file mode 100644 index 0000000..8d4a4dd --- /dev/null +++ b/.helmignore @@ -0,0 +1,6 @@ +runner +.drone.yml +.git +.gitignore +.markdownlint.yaml +*.tgz \ No newline at end of file