mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
enable nameSuffix field of kustomization.yaml
This commit is contained in:
@@ -284,7 +284,7 @@ func (kt *KustTarget) newTransformer(patches []*resource.Resource) (transformers
|
||||
string(kt.kustomization.Namespace), kt.tConfig.NameSpace))
|
||||
t, err = transformers.NewNamePrefixSuffixTransformer(
|
||||
string(kt.kustomization.NamePrefix),
|
||||
"", // TODO(zoncoen): pass the name suffix
|
||||
string(kt.kustomization.NameSuffix),
|
||||
kt.tConfig.NamePrefix,
|
||||
)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user