mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-30 01:46:23 +00:00
Some kustomization field renaming.
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
kustomizationName: nginx-app
|
||||
namePrefix: team-foo-
|
||||
objectLabels:
|
||||
labelsToAdd:
|
||||
app: mynginx
|
||||
org: example.com
|
||||
team: foo
|
||||
objectAnnotations:
|
||||
annotationsToAdd:
|
||||
note: This is a test annotation
|
||||
resources:
|
||||
- deployment.yaml
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
kustomizationName: nginx-app
|
||||
namePrefix: staging-
|
||||
objectLabels:
|
||||
labelsToAdd:
|
||||
env: staging
|
||||
patches:
|
||||
- deployment-patch2.yaml
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
kustomizationName: nginx-app
|
||||
namePrefix: team-foo-
|
||||
objectLabels:
|
||||
labelsToAdd:
|
||||
app: mynginx
|
||||
org: example.com
|
||||
team: foo
|
||||
objectAnnotations:
|
||||
annotationsToAdd:
|
||||
note: This is a test annotation
|
||||
resources:
|
||||
- deployment.yaml
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
kustomizationName: nginx-app
|
||||
namePrefix: staging-
|
||||
objectLabels:
|
||||
labelsToAdd:
|
||||
env: staging
|
||||
patches:
|
||||
- deployment-patch1.yaml
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
kustomizationName: nginx-app
|
||||
namePrefix: team-foo-
|
||||
objectLabels:
|
||||
labelsToAdd:
|
||||
app: mynginx
|
||||
org: example.com
|
||||
team: foo
|
||||
objectAnnotations:
|
||||
annotationsToAdd:
|
||||
note: This is a test annotation
|
||||
resources:
|
||||
- deployment.yaml
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
kustomizationName: nginx-app
|
||||
namePrefix: staging-
|
||||
objectLabels:
|
||||
labelsToAdd:
|
||||
env: staging
|
||||
team: override-foo
|
||||
patches:
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
kustomizationName: nginx-app
|
||||
namePrefix: team-foo-
|
||||
objectLabels:
|
||||
labelsToAdd:
|
||||
app: mynginx
|
||||
org: example.com
|
||||
team: foo
|
||||
objectAnnotations:
|
||||
annotationsToAdd:
|
||||
note: This is a test annotation
|
||||
resources:
|
||||
- deployment.yaml
|
||||
|
||||
Reference in New Issue
Block a user