INNER CODE UNIT · Go

batchSt

roboll/helmfile · pkg/app/app.go:958

		batchSt := *templated
		batchSt.Releases = targets

		processed, errs := converge(&batchSt, helm)

		if len(errs) > 0 {
			return false, errs
		}

		any = any || processed
	}

	return any, nil
}

type Opts struct {
	DAGEnabled bool
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…