75429db630
Moves CAPI resources in ephemeral cluster from the 'default' namespace to a new 'target-infra' namespace. Closes: #551 Change-Id: I419a71baa8e05e7b57b38234d15b955b36951b40
10 lines
208 B
YAML
10 lines
208 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- kubeadmconfigtemplate.yaml
|
|
- metal3machinetemplate.yaml
|
|
- machinedeployment.yaml
|
|
|
|
namespace: target-infra
|