fix(treafik): make trustedIPs vars to string (#3391)
This commit is contained in:
@@ -667,7 +667,7 @@ questions:
|
|||||||
- variable: trustedIPsEntry
|
- variable: trustedIPsEntry
|
||||||
label: ""
|
label: ""
|
||||||
schema:
|
schema:
|
||||||
type: ipaddr
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
- variable: insecureMode
|
- variable: insecureMode
|
||||||
@@ -769,7 +769,7 @@ questions:
|
|||||||
- variable: trustedIPsEntry
|
- variable: trustedIPsEntry
|
||||||
label: ""
|
label: ""
|
||||||
schema:
|
schema:
|
||||||
type: ipaddr
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
- variable: insecureMode
|
- variable: insecureMode
|
||||||
|
|||||||
Reference in New Issue
Block a user