9f794360be
Change-Id: I1cdc3f17bf10cd4831670c5aabc509e639c9ebc3 Relates-To: #431
13 lines
322 B
YAML
13 lines
322 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-capi-openstack/capi-openstack-controller-amd64:dev
|
|
name: manager
|