mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-18 04:55:08 +00:00
16 lines
551 B
YAML
16 lines
551 B
YAML
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
|
|
labelsToAdd:
|
|
app: helloworld
|
|
annotationsToAdd:
|
|
note: This is an example annotation
|
|
resources: []
|
|
#- service.yaml
|
|
#- ../some-dir/
|
|
# There could also be configmaps in Base, which would make these overlays
|
|
configMapGenerator: []
|
|
# There could be secrets in Base, if just using a fork/rebase workflow
|
|
secretGenerator: []
|