Clean up comment - remove placeholder issue URL

Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-01-14 12:54:02 +00:00
parent 24355f0ac0
commit e3193837dd
1 changed files with 0 additions and 1 deletions

View File

@ -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]