fix(meshcentral): fix typo (#4185)
This commit is contained in:
parent
f7f2cdf838
commit
e6b5171d47
|
@ -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
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue