fix(common): set default ndots to 1 and fix dnsoptions in GUI (#1262)
* fix(common): set default ndots to 1 and fix dnsoptions in GUI * bump
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
|||||||
name: common
|
name: common
|
||||||
sources: null
|
sources: null
|
||||||
type: library
|
type: library
|
||||||
version: 8.3.16
|
version: 8.3.17
|
||||||
|
|||||||
@@ -256,7 +256,9 @@ dnsPolicy: # ClusterFirst
|
|||||||
|
|
||||||
# -- Optional DNS settings, configuring the ndots option may resolve nslookup issues on some Kubernetes setups.
|
# -- Optional DNS settings, configuring the ndots option may resolve nslookup issues on some Kubernetes setups.
|
||||||
dnsConfig:
|
dnsConfig:
|
||||||
options: []
|
options:
|
||||||
|
- name: ndots
|
||||||
|
value: "1"
|
||||||
nameservers: []
|
nameservers: []
|
||||||
searches: []
|
searches: []
|
||||||
|
|
||||||
|
|||||||
@@ -40,7 +40,16 @@
|
|||||||
- variable: option
|
- variable: option
|
||||||
label: "Option Entry"
|
label: "Option Entry"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: dict
|
||||||
|
attrs:
|
||||||
|
- variable: name
|
||||||
|
label: "Name"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
|
- variable: value
|
||||||
|
label: "Value"
|
||||||
|
schema:
|
||||||
|
type: string
|
||||||
- variable: searches
|
- variable: searches
|
||||||
label: "Searches"
|
label: "Searches"
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Reference in New Issue
Block a user