95af33581d
Change-Id: Ibc2c3174897de4417e274f2bb887ce2f8649148d Relates-To: #431
13 lines
318 B
YAML
13 lines
318 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-gcp/cluster-api-gcp-controller:e2e
|
|
name: manager
|