00dcad041e
* Used images tag to inject image override to clustetctl object, the same way the image override is done for cert-manager. * Using this way, the upstream manifests for cluster components does not need any customization (IMAGE URL as variable) and can be consumed as is. * If this approach is approved, then will update the same for other proviers ( CAPO, CAPD, CAPZ, cAPG ) and will get tested. Change-Id: If920f544d111d94e5b7075d5406ed2f87a5e6929 Closes: #431
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
|