47041eda24
* The current PS adds manifests files to update CAPD components to 0.4.2 version Change-Id: Ie57201a901277eed122052f0a1c75ed21fa77e54
13 lines
303 B
YAML
13 lines
303 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: controller-manager
|
|
namespace: system
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
# Change the value of image field below to your controller image URL
|
|
- image: gcr.io/k8s-staging-cluster-api/capd-manager:master
|
|
name: manager
|