mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 09:49:13 +00:00
add default configurations for different transformers
This commit is contained in:
@@ -26,6 +26,11 @@ import (
|
||||
func GetDefaultPathConfigs() []byte {
|
||||
configData := [][]byte{
|
||||
[]byte(namePrefixPathConfigs),
|
||||
[]byte(commonLabelPathConfigs),
|
||||
[]byte(commonAnnotationPathConfigs),
|
||||
[]byte(namespacePathConfigs),
|
||||
[]byte(varReferencePathConfigs),
|
||||
[]byte(nameReferencePathConfigs),
|
||||
}
|
||||
return bytes.Join(configData, []byte(`\n`))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user