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
|