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:
Kjeld Schouten-Lebbing 2021-11-01 13:37:56 +01:00 committed by GitHub
parent 68ded4c47e
commit 00795e3d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 3 deletions

View File

@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 8.3.16
version: 8.3.17

View File

@ -256,7 +256,9 @@ dnsPolicy: # ClusterFirst
# -- Optional DNS settings, configuring the ndots option may resolve nslookup issues on some Kubernetes setups.
dnsConfig:
options: []
options:
- name: ndots
value: "1"
nameservers: []
searches: []

View File

@ -40,7 +40,16 @@
- variable: option
label: "Option Entry"
schema:
type: string
type: dict
attrs:
- variable: name
label: "Name"
schema:
type: string
- variable: value
label: "Value"
schema:
type: string
- variable: searches
label: "Searches"
schema: