Skip to content

Commit a9d53d1

Browse files
authored
This flag is redundant with KustomizeDeployer.KustomizeDeploy.BuildArgs (#4559)
Signed-off-by: David Gageot <[email protected]>
1 parent 8c4c7f7 commit a9d53d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/skaffold/deploy/kustomize.go

-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ type KustomizeDeployer struct {
9797
kubectl deploy.CLI
9898
insecureRegistries map[string]bool
9999
labels map[string]string
100-
BuildArgs []string
101100
globalConfig string
102101
}
103102

@@ -110,7 +109,6 @@ func NewKustomizeDeployer(runCtx *runcontext.RunContext, labels map[string]strin
110109
ForceDeploy: runCtx.Opts.Force,
111110
},
112111
insecureRegistries: runCtx.InsecureRegistries,
113-
BuildArgs: runCtx.Cfg.Deploy.KustomizeDeploy.BuildArgs,
114112
globalConfig: runCtx.Opts.GlobalConfig,
115113
labels: labels,
116114
}

0 commit comments

Comments
 (0)