fix(treafik): make trustedIPs vars to string (#3391)

This commit is contained in:
Stavros Kois
2022-08-09 12:21:01 +02:00
committed by GitHub
parent 05416a0019
commit 112167a15c
+2 -2
View File
@@ -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