![Alexey Odinokov](/assets/img/avatar_default.png)
Previously we needed to delete each catalogue separatelly. After bumping to new kustoimize 3.9.2 it's started to be possible to use patching of several documents by selector [1], that can be kind, name, label &etc [1] https://github.com/kubernetes-sigs/kustomize/blob/master/examples/patchMultipleObjects.md + https://github.com/kubernetes-sigs/kustomize/issues/2945 Change-Id: Ic6a2d2a4716ab0304872c4aad196a7259e58aa53
14 lines
507 B
YAML
14 lines
507 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../../../../function/hostgenerator-m3
|
|
- ../../catalogues
|
|
- host-generation.yaml
|
|
|
|
transformers:
|
|
- ../../../../../function/hostgenerator-m3/replacements
|
|
# NOTE We can not use patchesStrategicMerge directive since Strategic Merge
|
|
# plugin has to be executed once all replacements has been done. Therefore
|
|
# we need to load Strategic Merge plugin as an external plugin
|
|
- ../../../../../function/airshipctl-cleanup/
|