kubekey/config/capkk/kustomization.yaml
liujian e40c57fb9f
fix: change pipeline to playbook (#2512)
Signed-off-by: joyceliu <joyceliu@yunify.com>
Co-authored-by: joyceliu <joyceliu@yunify.com>
2025-03-24 09:51:03 +08:00

27 lines
748 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: capkk-system
resources:
- namespace.yaml
- crds/infrastructure.cluster.x-k8s.io_kkclusters.yaml
- crds/infrastructure.cluster.x-k8s.io_kkmachines.yaml
- crds/infrastructure.cluster.x-k8s.io_kkmachinetemplates.yaml
- crds/kubekey.kubesphere.io_inventories.yaml
- crds/kubekey.kubesphere.io_playbooks.yaml
- webhook/manifests.yaml
- webhook/issuer.yaml
- rbac/role.yaml
- rbac/serviceaccount.yaml
- deployment/kk-controller-manager.yaml
- deployment/capkk-controller-manager.yaml
# Optional: Add common labels to all resources
commonLabels:
cluster.x-k8s.io/provider: infrastructure-kk
images:
- name: capkk-controller-manager-image
- name: kk-controller-manager-image