🐛 Fix <len .Values.tap.namespaces>: error calling len: len of nil pointer Helm install error

This commit is contained in:
M. Mert Yildiran
2023-06-20 22:14:06 +03:00
parent 8814e08871
commit bada6dae68
2 changed files with 3 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ func tap() {
rel, err := helm.NewHelmDefault().Install()
if err != nil {
log.Error().Err(err).Send()
return
} else {
log.Info().Msgf("Installed the Helm release: %s", rel.Name)
}