mirror of
https://github.com/truenas/charts.git
synced 2026-06-17 07:27:44 +08:00
31 lines
587 B
Markdown
31 lines
587 B
Markdown
# STDIN
|
|
|
|
## key: stdin
|
|
|
|
Info:
|
|
|
|
- Type: `boolean`
|
|
- Default: `false`
|
|
- Helm Template: ❌
|
|
|
|
Can be defined in:
|
|
|
|
- `.Values`.stdin
|
|
- `.Values.additionalContainers.[container-name]`.stdin
|
|
- `.Values.initContainers.[container-name]`.stdin
|
|
- `.Values.installContainers.[container-name]`.stdin
|
|
- `.Values.upgradeContainers.[container-name]`.stdin
|
|
- `.Values.systemContainers.[container-name]`.stdin
|
|
- `.Values.jobs.[job-name].podSpec.containers.[container-name].[container-name]`.stdin
|
|
|
|
---
|
|
|
|
Allocates a buffer for stdin in the container runtime.
|
|
|
|
Examples:
|
|
|
|
```yaml
|
|
# Optional
|
|
stdin: true
|
|
```
|