fix(meshcentral): fix typo (#4185)

This commit is contained in:
Stavros Kois 2022-10-26 02:19:10 +03:00 committed by GitHub
parent f7f2cdf838
commit e6b5171d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: meshcentral
appVersion: "1.0.89"
version: 5.0.3
version: 5.0.4
description: MeshCentral is a full computer management web site
type: application
deprecated: false

View File

@ -5,8 +5,8 @@
{{- $config := .Values.meshcentral }}
{{- $isScale := false }}
{{- if hasKey .Values.global "isScale" }}
{{- $isScale = .Values.global.isScale }}
{{- if hasKey .Values.global "isSCALE" }}
{{- $isScale = .Values.global.isSCALE }}
{{- else }}
{{- $isScale = false }}
{{- end }}