Skip to content

Commit 68c096f

Browse files
committed
feat(bundles): publish .helm/files into bundle
.helm/files directory should be used to store various configuration files which can be included into resources templates with .Files.Get or .Files.Glob directives. .helm/files is widely used across official helm charts and bitnami helm charts, but it is just a convention directory. Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
1 parent 44c87cc commit 68c096f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/deploy/helm/chart_extender/bundle.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ var (
237237
"charts/",
238238
"crds/",
239239
"templates/",
240+
"files/",
240241
}
241242
)
242243

0 commit comments

Comments
 (0)