48bf0b87c3
Contents of cabpk moved to appropriate directory to comply with clusterctl requirements Change-Id: Ic65ab669155ef3bdb4d1e87bae62506703cd9c04
24 lines
532 B
YAML
24 lines
532 B
YAML
namePrefix: capi-kubeadm-bootstrap-
|
|
|
|
commonLabels:
|
|
cluster.x-k8s.io/provider: "bootstrap-kubeadm"
|
|
|
|
bases:
|
|
- crd
|
|
- default
|
|
- webhook
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: apiextensions.k8s.io
|
|
version: v1
|
|
kind: CustomResourceDefinition
|
|
name: kubeadmconfigs.bootstrap.cluster.x-k8s.io
|
|
path: patch_crd_webhook_namespace.yaml
|
|
- target:
|
|
group: apiextensions.k8s.io
|
|
version: v1
|
|
kind: CustomResourceDefinition
|
|
name: kubeadmconfigtemplates.bootstrap.cluster.x-k8s.io
|
|
path: patch_crd_webhook_namespace.yaml
|