This change adds a reference site for the multi-tenant type, adapted from the airship-core reference site. Signed-off-by: Drew Walters <andrew.walters@att.com> Change-Id: I7e1518f6fc960ba49d40af79e4bb052251ce749a
14 lines
513 B
YAML
14 lines
513 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../../../../../../airshipctl/manifests/function/hostgenerator-m3
|
|
- ../../../../../../../airshipctl/manifests/function/hardwareprofile-example
|
|
- ../../catalogues
|
|
- host-generation.yaml
|
|
|
|
|
|
transformers:
|
|
- ../../../../../../../airshipctl/manifests/function/hardwareprofile-example/replacements
|
|
- ../../../../../../../airshipctl/manifests/function/hostgenerator-m3/replacements
|
|
- ../../../../../function/treasuremap-cleanup
|