Public Information
This commit is contained in:
11
samples/initcontainers/README.md
Normal file
11
samples/initcontainers/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## 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" ]
|
||||
```
|
||||
Reference in New Issue
Block a user