diff --git a/pkg/helm/actions/template.go b/pkg/helm/actions/template.go index 12cc9394..ac996f2d 100644 --- a/pkg/helm/actions/template.go +++ b/pkg/helm/actions/template.go @@ -19,7 +19,7 @@ func RenderManifests(name string, url string, vals map[string]interface{}, conf response := make(map[string]string) validate := false client := action.NewInstall(conf) - client.DryRun = false + client.DryRun = true includeCrds := true client.ReleaseName = "RELEASE-NAME" client.Replace = true // Skip the releaseName check