Add support for initContainers section.
Aim to let users with specifics infrastructures (local based volumes on labs and light environments) to manage the way the can apply various initialization commands before main containers runs.
Exemple:
A user with local based volume want to prepare them for correct ownership access rights.
Add support for initContainers section. Aim to let users with specifics infrastructures (local based volumes on labs and light environments) to manage the way the can apply various initialization commands before main containers runs.
Exemple:
Refs: #26