Merge "Update LMA sub-cluster CAPI namespace"

This commit is contained in:
Zuul 2021-06-28 23:29:33 +00:00 committed by Gerrit Code Review
commit 4e4c944fdd
3 changed files with 7 additions and 1 deletions

View File

@ -28,7 +28,7 @@ map:
clusterAPI:
clusterNamespacedName:
name: lma
namespace: lma
namespace: vino-system # All CAPI objects reside in the vino-system namespace
# NOTE: This context does not exist unless added on disk manually. This
# entry is here for backup.
- type: "filesystem"

View File

@ -10,3 +10,6 @@ patchesJson6902:
kind: Metal3MachineTemplate
name: cluster-controlplane
path: patches/metal3machinetemplate.yaml
# NOTE: CAPI objects must be in the same namespace in which ViNO applies BMHs.
namespace: vino-system

View File

@ -4,3 +4,6 @@ resources:
- kubeadmconfigtemplate.yaml
- machinedeployment.yaml
- metal3machinetemplate.yaml
# NOTE: CAPI objects must be in the same namespace in which ViNO applies BMHs.
namespace: vino-system