14 lines
316 B
YAML
14 lines
316 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: controller:latest
|
|
name: manager
|
|
imagePullPolicy: IfNotPresent
|