
With this patch kubernetes resources will get deployed in target-infra namespace instead of default. Closes: #618 Change-Id: I74044512e21fd4b82420c0f09b40ad6c6c853623
16 lines
361 B
YAML
16 lines
361 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../../../function/k8scontrol-capd
|
|
- namespace.yaml
|
|
|
|
namespace: target-infra
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: controlplane.cluster.x-k8s.io
|
|
version: v1alpha3
|
|
kind: KubeadmControlPlane
|
|
name: "target-cluster-control-plane"
|
|
path: machine_count.json
|