Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat: support --show-only|-s helm-style render option + export-values…
… chaining * Pass either `-s templates/*ingress*.yaml` path (helm compatible) or use `-s .helm/templates/*ingress*.yaml` with full path in local filesystem (with bash completion convenience). * `export-values` in subcharts and sub-subcharts (and sub-sub-subcharts etc.) are processed now as expected. Refs werf/3p-helm#162 Refs werf/3p-helm#161 Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
- Loading branch information
Showing
with
35 additions
and 3 deletions.
- +32 −2 cmd/werf/render/render.go
- +1 −1 go.mod
- +2 −0 go.sum
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
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