-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Homebrew formula installs the config files to Homebrew's etc directory, so we add that to the search locations for config files. Signed-off-by: Reinhard Nägele <[email protected]>
- Loading branch information
1 parent
93b10e8
commit 50db473
Showing
3 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,3 +56,18 @@ dockers: | |
extra_files: | ||
- etc/chart_schema.yaml | ||
- etc/lintconf.yaml | ||
brews: | ||
- github: | ||
owner: helm | ||
name: homebrew-tap | ||
commit_author: | ||
name: helm-bot | ||
email: [email protected] | ||
folder: Formula | ||
homepage: https://github.com/helm/chart-testing/ | ||
description: Testing and linting Helm charts | ||
install: | | ||
bin.install "ct" | ||
etc.install "etc" => "ct" | ||
test: | | ||
system "#{bin}/ct version" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters