219 B
219 B
Init Container
This example shows the configuration of custom init container for any of the components:
nappl:
initContainers:
- name: myInit
image: myImage
command: [ "/startup.sh" ]