Skip to content

Commit

Permalink
fix(bundles): fix bundle-render and bundle-apply commands could not a…
Browse files Browse the repository at this point in the history
…ccess .Values.werf.images service values

Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed Oct 18, 2022
1 parent 4afb033 commit 276dc6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/deploy/helm/chart_extender/bundle.go
Expand Up @@ -126,7 +126,6 @@ func (bundle *Bundle) ChartLoaded(files []*chart.ChartExtenderBufferedFile) erro
}
}

bundle.HelmChart.Values = nil
if bundle.DisableDefaultValues {
logboek.Context(bundle.ChartExtenderContext).Info().LogF("Disable default werf chart values\n")
bundle.HelmChart.Values = nil
Expand Down

0 comments on commit 276dc6b

Please sign in to comment.