mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
Allow configuring DNS options for ix-chart
This commit adds changes to allow customzing dns configuration so that users can add extra options like ndots which are useful when using ClusterFirst policy to enforce different DNS resolution settings.
This commit is contained in:
@@ -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