Skip to content

Commit 1983da7

Browse files
Lukas Fischero1oo11oo
authored andcommitted
#1838 Exclude more files from helm chart
During CI the persistence-dependencytrack hook fails because the helm chart (or some file in there) is larger than allowed. To fix this, copy over ignored files and patterns from elastic's .helmignore. Signed-off-by: Lukas Fischer <lukas.fischer@iteratec.com>
1 parent 29e71e4 commit 1983da7

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

hooks/persistence-dependencytrack/.helmignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: the secureCodeBox authors
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
14
# Patterns to ignore when building packages.
25
# This supports shell glob matching, relative path matching, and
36
# negation (prefixed with !). Only one pattern per line.
@@ -21,3 +24,18 @@
2124
.idea/
2225
*.tmproj
2326
.vscode/
27+
# Node.js files
28+
node_modules/*
29+
package.json
30+
package-lock.json
31+
src/*
32+
config/*
33+
Dockerfile
34+
.dockerignore
35+
docs/*
36+
*.tar
37+
hook/*
38+
integration-tests/*
39+
examples/*
40+
coverage/*
41+
Makefile

0 commit comments

Comments
 (0)