Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix: .helm/Chart.yaml chart name redefines project name from werf.yaml
By default werf uses `project` directive value as a `{{ .Chart.Name }}` when no .helm/Chart.yaml exist. User can redefine chart name with the following `.helm/Chart.yaml`: ``` apiVersion: v2 name: custom-chart-name ``` Fixes #4376 Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
- Loading branch information
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