48bf0b87c3
Contents of cabpk moved to appropriate directory to comply with clusterctl requirements Change-Id: Ic65ab669155ef3bdb4d1e87bae62506703cd9c04
12 lines
258 B
YAML
12 lines
258 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: controller-manager
|
|
namespace: system
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- image: us.gcr.io/k8s-artifacts-prod/cluster-api/kubeadm-bootstrap-controller:v0.3.3
|
|
name: manager
|