mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-14 02:20:53 +00:00
Some kustomization field renaming.
This commit is contained in:
@@ -1,12 +1,10 @@
|
||||
kustomizationName: helloworld
|
||||
description: helloworld does useful stuff.
|
||||
namePrefix: some-prefix
|
||||
# Labels to add to all objects and selectors.
|
||||
# These labels would also be used to form the selector for apply --prune
|
||||
# Named differently than “labels” to avoid confusion with metadata for this object
|
||||
objectLabels:
|
||||
labelsToAdd:
|
||||
app: helloworld
|
||||
objectAnnotations:
|
||||
annotationsToAdd:
|
||||
note: This is an example annotation
|
||||
resources: []
|
||||
#- service.yaml
|
||||
|
||||
Reference in New Issue
Block a user