mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-10 08:20:59 +00:00
* fix examples?springboot with no kustomization.yaml * fix examples/loadHttp with legacy patch syntax
8 lines
138 B
YAML
8 lines
138 B
YAML
resources:
|
|
- ../../base
|
|
patches:
|
|
- path: patch.yaml
|
|
- path: healthcheck_patch.yaml
|
|
- path: memorylimit_patch.yaml
|
|
namePrefix: production-
|