2019-08-21 10:12:07 +02:00
|
|
|
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
|
2021-05-13 13:50:21 +02:00
|
|
|
- image: controller:latest
|
2019-08-21 10:12:07 +02:00
|
|
|
name: manager
|
2021-09-13 12:04:33 +02:00
|
|
|
imagePullPolicy: IfNotPresent
|