mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
Fix wrong enum example in readme
This commit is contained in:
committed by
GitHub
parent
912ec110d0
commit
bc20b318dd
@@ -76,9 +76,12 @@ questions:
|
||||
type: string
|
||||
default: "IfNotPresent"
|
||||
enum:
|
||||
- "IfNotPresent"
|
||||
- "Always"
|
||||
- "Never"
|
||||
- value: "IfNotPresent"
|
||||
description: "Only pull image if not present on host"
|
||||
- value: "Always"
|
||||
description: "Always pull image even if present on host"
|
||||
- value: "Never"
|
||||
description: "Never pull image even if it's not present on host"
|
||||
```
|
||||
|
||||
The above will prompt the user with 2 text fields and a dropdown in the UI getting details for image configuration in a helm chart.
|
||||
|
||||
Reference in New Issue
Block a user