mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 00:52:55 +00:00
Put the two sets of configmap make codes sidebyside
This commit is contained in:
@@ -103,7 +103,7 @@ func addConfigMap(k *types.Kustomization, flagsAndArgs cMapFlagsAndArgs, fSys fs
|
||||
return err
|
||||
}
|
||||
|
||||
factory := configmapandsecret.NewConfigMapFactory(cmArgs, fSys)
|
||||
factory := configmapandsecret.NewConfigMapFactory(cmArgs, fSys, nil)
|
||||
|
||||
// Validate by trying to create corev1.configmap.
|
||||
_, _, err = factory.MakeUnstructAndGenerateName()
|
||||
|
||||
Reference in New Issue
Block a user