mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 09:24:23 +00:00
replace commands/envcommand by DataSource in SecretGenerator
This commit is contained in:
@@ -97,7 +97,7 @@ func (kf *KunstructuredFactoryImpl) MakeSecret(args *types.SecretArgs, options *
|
||||
// Set sets loader, filesystem and workdirectory
|
||||
func (kf *KunstructuredFactoryImpl) Set(fs fs.FileSystem, ldr ifc.Loader) {
|
||||
kf.cmFactory = configmapandsecret.NewConfigMapFactory(fs, ldr)
|
||||
kf.secretFactory = configmapandsecret.NewSecretFactory(fs, ldr.Root())
|
||||
kf.secretFactory = configmapandsecret.NewSecretFactory(fs, ldr)
|
||||
}
|
||||
|
||||
// validate validates that u has kind and name
|
||||
|
||||
Reference in New Issue
Block a user