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

This commit is contained in:
Stavros Kois
2022-08-09 13:21:01 +03:00
committed by GitHub
parent 05416a0019
commit 112167a15c

View File

@@ -667,7 +667,7 @@ questions:
- variable: trustedIPsEntry
label: ""
schema:
type: ipaddr
type: string
required: true
default: ""
- variable: insecureMode
@@ -769,7 +769,7 @@ questions:
- variable: trustedIPsEntry
label: ""
schema:
type: ipaddr
type: string
required: true
default: ""
- variable: insecureMode