chore(meshcentral): according to upstream only one of them should be set

This commit is contained in:
Stavros Kois
2022-12-27 23:28:11 +02:00
committed by GitHub
parent a9910a47b2
commit 62f736aae5
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ dependencies:
- condition: mongodb.enabled
name: mongodb
repository: https://charts.truecharts.org/
version: 4.0.20
version: 4.0.21
maintainers:
- email: info@truecharts.org
name: TrueCharts
+3 -1
View File
@@ -40,13 +40,15 @@ questions:
description: When true, indicates that a TLS offloader is in front of the MeshCentral server. More typically, set this to the IP address of the reverse proxy or TLS offloader so that IP forwarding headers will be trusted. For example traefik.ix-traefik.svc.cluster.local
schema:
type: string
show_if: [["trustedProxy", "!=", ""]]
required: true
default: ""
- variable: trustedProxy
label: trustedProxy
description: Trust forwarded headers from these IPs or domains. Providing the magic string "CloudFlare" will cause the server to download the IP address list of trusted CloudFlare proxies directly from CloudFlare on each server start. For example traefik.ix-traefik.svc.cluster.local
description: Trust forwarded headers from these IPs or domains. Providing the magic string "CloudFlare" will cause the server to download the IP address list of trusted CloudFlare proxies directly from CloudFlare on each server start. For example traefik.ix-traefik.svc.cluster.local
schema:
type: string
show_if: [["tlsOffload", "!=", ""]]
required: true
default: ""
- variable: WANonly