You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnil, errors.New("skaffold apply called with conflicting namespaces set via skaffold.yaml. This is likely due to the use of the 'deploy.helm.releases.*.namespace' field which is not supported in apply. Remove the 'deploy.helm.releases.*.namespace' field(s) and run skaffold apply again")
93
+
}
94
+
95
+
iflen(helmNamespaces) ==1&&!nonHelmDeployFound {
96
+
ifrunCtx.Opts.Namespace=="" {
97
+
// if skaffold --namespace flag not set, use the helm namespace value
98
+
fork:=rangehelmNamespaces {
99
+
// map only has 1 (k,v) from length check in if condition
0 commit comments