Closed cschmatzler closed 1 year ago
Hey! Thanks for the quick review. I have applied your suggestion and also applied the same change to the Keto and Hydra charts.
Let me know if I missed anything, since I'm not too familiar with all the components yet.
Cheers!
In
values.yaml
, thedeployment.extraInitContainers
value is documented as follows:In the template itself, they were added after the migration container, though. Since Kubernetes runs init containers in the order they were defined, and each one of them has to be successful in order for the next to be started, this can block setups where there's an extra init container that sets up the database.
See also the relevant Kubernetes documentation:
Related Issue or Design Document
Init containers were added in an order that contradicts the documentation in
values.yaml
.Checklist