mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
kustomize.yaml becomes kustomization.yaml
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
namePrefix: team-foo-
|
||||
labelsToAdd:
|
||||
commonLabels:
|
||||
app: mynginx
|
||||
org: example.com
|
||||
team: foo
|
||||
annotationsToAdd:
|
||||
commonAnnotations:
|
||||
note: This is a test annotation
|
||||
resources:
|
||||
- deployment.yaml
|
||||
@@ -1,5 +1,5 @@
|
||||
namePrefix: staging-
|
||||
labelsToAdd:
|
||||
commonLabels:
|
||||
env: staging
|
||||
patches:
|
||||
- deployment-patch2.yaml
|
||||
@@ -1,9 +1,9 @@
|
||||
namePrefix: team-foo-
|
||||
labelsToAdd:
|
||||
commonLabels:
|
||||
app: mynginx
|
||||
org: example.com
|
||||
team: foo
|
||||
annotationsToAdd:
|
||||
commonAnnotations:
|
||||
note: This is a test annotation
|
||||
resources:
|
||||
- deployment.yaml
|
||||
@@ -1,5 +1,5 @@
|
||||
namePrefix: staging-
|
||||
labelsToAdd:
|
||||
commonLabels:
|
||||
env: staging
|
||||
patches:
|
||||
- deployment-patch1.yaml
|
||||
@@ -1,9 +1,9 @@
|
||||
namePrefix: team-foo-
|
||||
labelsToAdd:
|
||||
commonLabels:
|
||||
app: mynginx
|
||||
org: example.com
|
||||
team: foo
|
||||
annotationsToAdd:
|
||||
commonAnnotations:
|
||||
note: This is a test annotation
|
||||
resources:
|
||||
- deployment.yaml
|
||||
@@ -1,5 +1,5 @@
|
||||
namePrefix: staging-
|
||||
labelsToAdd:
|
||||
commonLabels:
|
||||
env: staging
|
||||
team: override-foo
|
||||
patches:
|
||||
@@ -1,9 +1,9 @@
|
||||
namePrefix: team-foo-
|
||||
labelsToAdd:
|
||||
commonLabels:
|
||||
app: mynginx
|
||||
org: example.com
|
||||
team: foo
|
||||
annotationsToAdd:
|
||||
commonAnnotations:
|
||||
note: This is a test annotation
|
||||
resources:
|
||||
- deployment.yaml
|
||||
Reference in New Issue
Block a user