MCPcopy
hub / github.com/helmfile/helmfile / resolveFileOptions

Method resolveFileOptions

pkg/state/state.go:4477–4486  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4475}
4476
4477func (c *MissingFileHandlerConfig) resolveFileOptions() []resolveFileOption {
4478 if c == nil {
4479 return []resolveFileOption{
4480 ignoreMissingGitBranch(false),
4481 }
4482 }
4483 return []resolveFileOption{
4484 ignoreMissingGitBranch(c.IgnoreMissingGitBranch),
4485 }
4486}
4487
4488// getReleaseMissingFileHandlerConfig returns the first non-nil MissingFileHandlerConfig in the following order:
4489// - release.MissingFileHandlerConfig

Callers 5

resolveReleaseValuesMethod · 0.80
LoadYAMLForEmbeddingMethod · 0.80
loadEnvValuesMethod · 0.80

Calls 1

ignoreMissingGitBranchFunction · 0.85

Tested by

no test coverage detected