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
|
2019-11-14 01:11:13 -07:00
|
|
|
- image: dangersalad/hydra-maester:v0.0.5-alpha15
|
2019-08-21 10:12:07 +02:00
|
|
|
name: manager
|