MCPcopy
hub / github.com/databus23/helm-diff / isAllowUnreleased

Method isAllowUnreleased

cmd/upgrade.go:87–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85}
86
87func (d *diffCmd) isAllowUnreleased() bool {
88 // helm update --install is effectively the same as helm-diff's --allow-unreleased option,
89 // support both so that helm diff plugin can be applied on the same command
90 // https://github.com/databus23/helm-diff/issues/108
91 return d.allowUnreleased || d.install
92}
93
94// clusterAccessAllowed returns true if the diff command is allowed to access the cluster at some degree.
95//

Callers 2

templateMethod · 0.95
runHelm3Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected