Clean up comment - remove placeholder issue URL
Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
This commit is contained in:
parent
24355f0ac0
commit
e3193837dd
|
|
@ -1519,7 +1519,6 @@ func (st *HelmState) processChartification(chartification *Chartify, release *Re
|
|||
}
|
||||
// When using --dry-run=server, we need to include --kube-context to ensure
|
||||
// Helm connects to the correct cluster (helmDefaults.kubeContext)
|
||||
// See: https://github.com/helmfile/helmfile/issues/XXXX
|
||||
kubeContextFlags := st.kubeConnectionFlags(release)
|
||||
for i := 0; i < len(kubeContextFlags); i += 2 {
|
||||
flag := kubeContextFlags[i]
|
||||
|
|
|
|||
Loading…
Reference in New Issue