Some kustomization field renaming.

This commit is contained in:
Jeffrey Regan
2018-04-13 13:32:08 -07:00
parent 96f4633e2e
commit da0682cdeb
13 changed files with 118 additions and 45 deletions

View File

@@ -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

View File

@@ -1,6 +1,5 @@
kustomizationName: nginx-app
namePrefix: staging-
objectLabels:
labelsToAdd:
env: staging
patches:
- deployment-patch2.yaml

View File

@@ -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

View File

@@ -1,6 +1,5 @@
kustomizationName: nginx-app
namePrefix: staging-
objectLabels:
labelsToAdd:
env: staging
patches:
- deployment-patch1.yaml

View File

@@ -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

View File

@@ -1,6 +1,5 @@
kustomizationName: nginx-app
namePrefix: staging-
objectLabels:
labelsToAdd:
env: staging
team: override-foo
patches:

View File

@@ -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