mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-21 14:32:03 +00:00
15 lines
262 B
YAML
15 lines
262 B
YAML
# Example configuration for the webserver
|
|
# at https://github.com/monopole/hello
|
|
commonLabels:
|
|
app: hello
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
|
|
configMapGenerator:
|
|
- name: the-map
|
|
literals:
|
|
- altGreeting="Good Morning!"
|
|
- enableRisky="false"
|