mirror of
https://github.com/truecharts/charts.git
synced 2026-07-11 11:05:32 -03:00
fix(treafik): make trustedIPs vars to string (#3391)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user