13 lines
262 B
YAML
13 lines
262 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: IMAGE_URL
|
||
|
name: manager
|