fix(meshcentral): whops (#4207)
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: meshcentral
|
||||
appVersion: "1.0.90"
|
||||
version: 5.0.8
|
||||
version: 5.0.9
|
||||
description: MeshCentral is a full computer management web site
|
||||
type: application
|
||||
deprecated: false
|
||||
|
||||
@@ -59,7 +59,7 @@ metadata:
|
||||
data:
|
||||
{{/* Store session_key to reuse */}}
|
||||
session_key: {{ $sessionKey | b64enc }}
|
||||
trigger_redeploy: {{ randAlpha 5 }}
|
||||
trigger_redeploy: {{ randAlpha 5 | b64enc }}
|
||||
{{/* The actual config */}}
|
||||
config.json: |
|
||||
{{- toPrettyJson (fromYaml $config) | b64enc | nindent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user