fup maester must be in the same pod
This commit is contained in:
parent
eeff03c1e5
commit
920f62a5ab
|
@ -8,6 +8,7 @@ resources:
|
|||
- ./resources/hydra-rolebinding.yaml
|
||||
- ./resources/hydra-serviceaccount.yaml
|
||||
- ./resources/hydra-migrate-job.yaml
|
||||
- ./resources/hydra-maester
|
||||
|
||||
secretGenerator:
|
||||
- name: hydra-secret
|
||||
|
|
|
@ -28,6 +28,9 @@ spec:
|
|||
- name: hydra-maester
|
||||
image: reg.cadoles.com/proxy_cache/oryd/hydra-maester:v0.0.25
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: hydra-maester-env
|
||||
command:
|
||||
- /manager
|
||||
args:
|
Loading…
Reference in New Issue