d5ec4ecbd2
This tweaks the generation of the env-vars catalogue to be done in the airshipctl-catalogues function itself, resulting in a vanilla catalogue that can be imported as a resource across the phases that need it. Change-Id: I40fe9369ad2d5f4b58123f67ac90511db6a2fd12
15 lines
434 B
YAML
15 lines
434 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
|
|
- nodes
|
|
- ../../../../function/airshipctl-catalogues
|
|
- ../../../../function/k8scontrol
|
|
|
|
patchesStrategicMerge:
|
|
- control-machine-template-patch.yaml
|
|
|
|
commonLabels:
|
|
airshipit.org/stage: initinfra
|