3bade9c0ed
This PS updates the capm3 version to 0.4.0, to fix the clusterctl move BMH bug. Closes: #466 Change-Id: If9369b6421bde628efee90f1a94681c13f9e749c
50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
namePrefix: capm3-
|
|
|
|
commonLabels:
|
|
cluster.x-k8s.io/provider: "infrastructure-metal3"
|
|
|
|
bases:
|
|
- crd
|
|
- webhook # Disable this if you're not using the webhook functionality.
|
|
- default
|
|
- data
|
|
- ipam
|
|
|
|
patchesJson6902:
|
|
- target: # NOTE: This patch needs to be repeatd for EACH CustomResourceDefinition you have under crd/bases.
|
|
group: apiextensions.k8s.io
|
|
version: v1
|
|
kind: CustomResourceDefinition
|
|
name: metal3clusters.infrastructure.cluster.x-k8s.io
|
|
path: patch_crd_webhook_namespace.yaml
|
|
- target:
|
|
group: apiextensions.k8s.io
|
|
version: v1
|
|
kind: CustomResourceDefinition
|
|
name: metal3machines.infrastructure.cluster.x-k8s.io
|
|
path: patch_crd_webhook_namespace.yaml
|
|
- target:
|
|
group: apiextensions.k8s.io
|
|
version: v1
|
|
kind: CustomResourceDefinition
|
|
name: metal3machinetemplates.infrastructure.cluster.x-k8s.io
|
|
path: patch_crd_webhook_namespace.yaml
|
|
- target:
|
|
group: apiextensions.k8s.io
|
|
version: v1
|
|
kind: CustomResourceDefinition
|
|
name: metal3datatemplates.infrastructure.cluster.x-k8s.io
|
|
path: patch_crd_webhook_namespace.yaml
|
|
- target:
|
|
group: apiextensions.k8s.io
|
|
version: v1
|
|
kind: CustomResourceDefinition
|
|
name: metal3datas.infrastructure.cluster.x-k8s.io
|
|
path: patch_crd_webhook_namespace.yaml
|
|
- target:
|
|
group: apiextensions.k8s.io
|
|
version: v1
|
|
kind: CustomResourceDefinition
|
|
name: metal3dataclaims.infrastructure.cluster.x-k8s.io
|
|
path: patch_crd_webhook_namespace.yaml
|