Files
airshipctl/manifests/site/test-site/target/controlplane/kustomization.yaml
Matthew Fuller 0fd3e16f2c Implement gating type
Fully implements gating type to be used by all provider types.

Closes: #575

Change-Id: I30ebb76466b3c273519ca42a6f81d7df0ef52800
2021-09-10 21:46:53 +00:00

17 lines
454 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# TODO (dukov) It's recocommended to upload BareMetalHost objects separately
# otherwise nodes will hang in 'registering' state for quite a long time
- ../../../../type/gating/target/controlplane
- ../catalogues
- nodes
namespace: target-infra
commonLabels:
airshipit.org/stage: initinfra
transformers:
- ../../../../type/gating/target/controlplane/replacements