Skip to content

Commit

Permalink
fix: remove global helm flags from flags sent to skaffold filter
Browse files Browse the repository at this point in the history
  • Loading branch information
renzodavid9 committed Dec 6, 2023
1 parent da91f85 commit 03dface
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/skaffold/helm/bin.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ func generateSkaffoldFilter(h Client, buildsFile string, flags []string) []strin
if len(buildsFile) > 0 {
args = append(args, "--build-artifacts", buildsFile)
}
args = append(args, h.GlobalFlags()...)

if h.KubeConfig() != "" {
args = append(args, "--kubeconfig", h.KubeConfig())
Expand Down

0 comments on commit 03dface

Please sign in to comment.