mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
* fix examples?springboot with no kustomization.yaml * fix examples/loadHttp with legacy patch syntax
9 lines
145 B
YAML
9 lines
145 B
YAML
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
configMapGenerator:
|
|
- name: demo-configmap
|
|
# behavior: merge
|
|
files:
|
|
- application.properties
|