From c380f231b2d10077ed7ab14c6c3a0c2df3d89e1f Mon Sep 17 00:00:00 2001 From: Gavin Halliday Date: Thu, 7 Sep 2023 12:17:58 +0100 Subject: [PATCH] HPCC-XXXX Add workflow test to check if default helm output changes Signed-off-by: Gavin Halliday --- helm/hpcc/templates/_helpers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/hpcc/templates/_helpers.tpl b/helm/hpcc/templates/_helpers.tpl index 8b9203a4b2f..f0a5515f7b0 100644 --- a/helm/hpcc/templates/_helpers.tpl +++ b/helm/hpcc/templates/_helpers.tpl @@ -190,7 +190,7 @@ Pass in root as . {{- $certificates := (.Values.certificates | default dict) -}} {{- $issuers := ($certificates.issuers | default dict) -}} {{- $security := .Values.security | default dict -}} -deploymentName: {{ (include "hpcc.fullname" (dict "root" $)) }} +deployment: {{ (include "hpcc.fullname" (dict "root" $)) }} mtls: {{ (include "hpcc.isMtlsEnabled" (dict "root" $)) }} imageVersion: {{ .Values.global.image.version | default .Chart.Version }} singleNode: {{ .Values.global.singleNode | default false }}