
This commit renames virtual-network-cloud to virtual-multi-tenant. Signed-off-by: Sreejith Punnapuzha <Sreejith.Punnapuzha@outlook.com> Change-Id: I93008034f4f8bba8b2ab464d45854190b195b818
13 lines
421 B
YAML
13 lines
421 B
YAML
# Note: this weird extra layer between the .. and ../hostgenerator
|
|
# is purely to apply the label below to the generated hosts.
|
|
# When can come up with a better way to declare (e.g. via catalogue)
|
|
# that the host is a controlplane host, we should get rid of this.
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
generators:
|
|
- ../hostgenerator
|
|
|
|
commonLabels:
|
|
airshipit.org/k8s-role: controlplane-host
|