cf1f55f3ca
* upgrade cabpk to v0.3.7 Change-Id: Ib6343048eccc95e4b941cf83103cc763b866c687 Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
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
|