mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-24 07:47:02 +00:00
implement CRD support and add unit tests Add integration test for crd support address comments
9 lines
88 B
YAML
9 lines
88 B
YAML
crds:
|
|
- mycrd.json
|
|
|
|
resources:
|
|
- secret.yaml
|
|
- mykind.yaml
|
|
- bee.yaml
|
|
|
|
namePrefix: test- |