11 lines
195 B
YAML
11 lines
195 B
YAML
nappl:
|
|
initContainers:
|
|
- name: myInit
|
|
image: myImage
|
|
command: [ "/startup.sh" ]
|
|
nstl:
|
|
initContainers:
|
|
- name: myInit
|
|
image: myImage
|
|
command: [ "/startup.sh" ]
|