The Hydra helm-chart job resource has an incorrectly wrapped conditional, extraContainers is wrapped within extraInitContainers conditional, meaning you cant define an extra container without also setting extraInitContainers.
Keto & Kratos was also missing extraInitContainers entirely too.
Preflight checklist
Describe the bug
The Hydra helm-chart
job
resource has an incorrectly wrapped conditional,extraContainers
is wrapped withinextraInitContainers
conditional, meaning you cant define an extra container without also settingextraInitContainers
.Keto & Kratos was also missing
extraInitContainers
entirely too.Reproducing the bug
helm install -f values.yaml ory/hydra
The
hellowold
sidecar container will not be included.Relevant log output
No response
Relevant configuration
No response
Version
0.25.3
On which operating system are you observing this issue?
No response
In which environment are you deploying?
No response
Additional Context
No response