Files
nplus/samples/initcontainers/README.md

12 lines
219 B
Markdown
Raw Permalink Normal View History

2026-03-10 07:33:55 +01:00
## Init Container
This example shows the configuration of custom init container for any of the components:
```yaml
nappl:
initContainers:
- name: myInit
image: myImage
command: [ "/startup.sh" ]
```