Skip to content

Commit

Permalink
feat(bundles): publish .helm/files into bundle
Browse files Browse the repository at this point in the history
.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>
  • Loading branch information
distorhead committed Oct 17, 2022
1 parent 44c87cc commit 68c096f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/deploy/helm/chart_extender/bundle.go
Expand Up @@ -237,6 +237,7 @@ var (
"charts/",
"crds/",
"templates/",
"files/",
}
)

Expand Down

0 comments on commit 68c096f

Please sign in to comment.