From e3193837ddf64d5e6c805734262db6e6e6d0ed11 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 14 Jan 2026 12:54:02 +0000 Subject: [PATCH] Clean up comment - remove placeholder issue URL Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com> --- pkg/state/state.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/state/state.go b/pkg/state/state.go index 6171bdb1..53d1da7f 100644 --- a/pkg/state/state.go +++ b/pkg/state/state.go @@ -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]