Files
library-charts/docs/common-library/values/stdin.md
Stavros kois 0c20405684 add workflows
2022-12-13 17:29:44 +02:00

16 lines
174 B
Markdown

# STDIN
## key: stdin
- Type: `boolean`
- Default: `false`
- Helm Template: ❌
Allocates a buffer for stdin in the container runtime.
Examples:
```yaml
stdin: true
```