13 lines
293 B
YAML
13 lines
293 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: dangersalad/hydra-maester:v0.0.5-alpha15
|
|
name: manager
|