Skip to content

Commit

Permalink
Merge pull request #57 from suikast42/release_name
Browse files Browse the repository at this point in the history
Use release name from spec in Teplate
  • Loading branch information
elenz97 authored Jan 10, 2022
2 parents 4a8d2c4 + 1c5c11a commit b21760f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ func (c *HelmClient) TemplateChart(spec *ChartSpec) ([]byte, error) {
mergeInstallOptions(spec, client)

client.DryRun = true
client.ReleaseName = "RELEASE-NAME"
client.ReleaseName = spec.ReleaseName
client.Replace = true // Skip the name check
client.ClientOnly = true
client.APIVersions = []string{}
Expand Down

0 comments on commit b21760f

Please sign in to comment.