fix mesh, stupid mistake

This commit is contained in:
Stavros Kois 2022-12-28 00:19:45 +02:00 committed by GitHub
parent 437c077b6a
commit 99e84b41ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: meshcentral
version: 9.0.21
version: 9.0.22
appVersion: "1.1.2"
description: MeshCentral is a full computer management web site
type: application

View File

@ -40,16 +40,12 @@ 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
schema:
type: string
show_if: [["tlsOffload", "!=", ""]]
required: true
default: ""
- variable: WANonly
label: WANonly