From e6b5171d4741dabe17bb07c3b5ced91ff6e1248e Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 26 Oct 2022 02:19:10 +0300 Subject: [PATCH] fix(meshcentral): fix typo (#4185) --- charts/incubator/meshcentral/Chart.yaml | 2 +- charts/incubator/meshcentral/templates/_secret.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/incubator/meshcentral/Chart.yaml b/charts/incubator/meshcentral/Chart.yaml index e68923abac0..8a8575d9ecc 100644 --- a/charts/incubator/meshcentral/Chart.yaml +++ b/charts/incubator/meshcentral/Chart.yaml @@ -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 diff --git a/charts/incubator/meshcentral/templates/_secret.tpl b/charts/incubator/meshcentral/templates/_secret.tpl index fb5b0d96904..80cb358a483 100644 --- a/charts/incubator/meshcentral/templates/_secret.tpl +++ b/charts/incubator/meshcentral/templates/_secret.tpl @@ -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 }}