
This change finalises shift to new version of kustomize plugins Change-Id: Ie47f42a9e2c4dc03fc4dca437020ad71a564d894
14 lines
490 B
YAML
14 lines
490 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
|
|
- patchesstrategicmerge.yaml
|