mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-08 05:08:19 +00:00
kustomize.yaml becomes kustomization.yaml
This commit is contained in:
@@ -18,8 +18,8 @@ package constants
|
||||
|
||||
const KustomizationSuffix = ".yaml"
|
||||
|
||||
// KustomizationFileName is the Well-Known File Name for a kustomize configuration file
|
||||
const KustomizationFileName = "kustomize" + KustomizationSuffix
|
||||
// KustomizationFileName is the Well-Known File Name for a kustomize configuration file.
|
||||
const KustomizationFileName = "kustomization" + KustomizationSuffix
|
||||
|
||||
// Configmap behaviors
|
||||
const CreateBehavior = "create"
|
||||
|
||||
Reference in New Issue
Block a user