Merge pull request #139 from truenas/NAS-112192

NAS-112192 / 21.10 / Allow configuring DNS options for ix-chart
This commit is contained in:
Waqar Ahmed
2021-09-09 07:03:07 +05:00
committed by GitHub
20 changed files with 21 additions and 1 deletions

View File

@@ -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

View File

@@ -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"