ab55bc5e86
Change-Id: I79ccb7b7c92f27cf6fdaaa540d86db80a0a62b41 Signed-off-by: Ruslan Aliev <raliev@mirantis.com> Closes: #568
43 lines
1009 B
YAML
43 lines
1009 B
YAML
namePrefix: capi-
|
|
|
|
commonLabels:
|
|
cluster.x-k8s.io/provider: "cluster-api"
|
|
|
|
bases:
|
|
- crd
|
|
- data
|
|
- webhook
|
|
- default
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: apiextensions.k8s.io
|
|
version: v1
|
|
kind: CustomResourceDefinition
|
|
name: clusters.cluster.x-k8s.io
|
|
path: patch_crd_webhook_namespace.yaml
|
|
- target:
|
|
group: apiextensions.k8s.io
|
|
version: v1
|
|
kind: CustomResourceDefinition
|
|
name: machinedeployments.cluster.x-k8s.io
|
|
path: patch_crd_webhook_namespace.yaml
|
|
- target:
|
|
group: apiextensions.k8s.io
|
|
version: v1
|
|
kind: CustomResourceDefinition
|
|
name: machines.cluster.x-k8s.io
|
|
path: patch_crd_webhook_namespace.yaml
|
|
- target:
|
|
group: apiextensions.k8s.io
|
|
version: v1
|
|
kind: CustomResourceDefinition
|
|
name: machinesets.cluster.x-k8s.io
|
|
path: patch_crd_webhook_namespace.yaml
|
|
- target:
|
|
group: apiextensions.k8s.io
|
|
version: v1
|
|
kind: CustomResourceDefinition
|
|
name: machinehealthchecks.cluster.x-k8s.io
|
|
path: patch_crd_webhook_namespace.yaml
|