mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
Merge pull request #139 from truenas/NAS-112192
NAS-112192 / 21.10 / Allow configuring DNS options for ix-chart
This commit is contained in:
@@ -15,7 +15,7 @@ type: application
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||
version: 2109.0.0
|
||||
version: 2109.1.0
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application. Versions are not expected to
|
||||
@@ -292,6 +292,26 @@ questions:
|
||||
label: "Search Entry"
|
||||
schema:
|
||||
type: string
|
||||
- variable: options
|
||||
label: "DNS Options"
|
||||
schema:
|
||||
type: list
|
||||
items:
|
||||
- variable: optionsEntry
|
||||
label: "Option Entry Configuration"
|
||||
schema:
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: "Option Name"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
- variable: value
|
||||
label: "Option Value"
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
|
||||
- variable: hostNetwork
|
||||
label: "Provide access to node network namespace for the workload"
|
||||
Reference in New Issue
Block a user