fix(meshcentral): whops (#4207)

This commit is contained in:
Stavros Kois
2022-10-27 11:03:29 +03:00
committed by GitHub
parent 10fec19bf8
commit d965288d20
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 }}