From 77078c5b03dfefc8f2448e4522135a4f8aa4a4dd Mon Sep 17 00:00:00 2001 From: Zeus Arias Lucero <33123154+zeusal@users.noreply.github.com> Date: Thu, 21 Aug 2025 10:39:05 +0200 Subject: [PATCH 1/2] Update tridentorchestrator.yaml Fix: Fixed error helm template when I put in values.yaml 'cloudIdentity: "iam.gke.io/gcp-service-account: name@project.iam.gserviceaccount.com" ' --- helm/trident-operator/templates/tridentorchestrator.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/trident-operator/templates/tridentorchestrator.yaml b/helm/trident-operator/templates/tridentorchestrator.yaml index f9f857b3f..b32a13070 100644 --- a/helm/trident-operator/templates/tridentorchestrator.yaml +++ b/helm/trident-operator/templates/tridentorchestrator.yaml @@ -65,8 +65,8 @@ spec: {{- end }} imagePullPolicy: {{ include "imagePullPolicy" $ }} windows: {{ .Values.windows }} - cloudProvider: {{ .Values.cloudProvider }} - cloudIdentity: {{ .Values.cloudIdentity }} + cloudProvider: {{ .Values.cloudProvider | quote }} + cloudIdentity: {{ .Values.cloudIdentity | quote }} enableACP: {{ .Values.enableACP }} acpImage: {{ .Values.acpImage }} enableAutoBackendConfig: {{ or .Values.ontapConfigurator.enabled .Values.anfConfigurator.enabled }} From ae0af4cd978c6d3d421a24a33ec186561faa2045 Mon Sep 17 00:00:00 2001 From: Zeus Arias Lucero <33123154+zeusal@users.noreply.github.com> Date: Thu, 21 Aug 2025 10:40:24 +0200 Subject: [PATCH 2/2] Update _helpers.tpl Fix: Fixed helm comment to avoid warning in helm --- helm/trident-operator/templates/_helpers.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/helm/trident-operator/templates/_helpers.tpl b/helm/trident-operator/templates/_helpers.tpl index cb62e381c..03ba49e13 100644 --- a/helm/trident-operator/templates/_helpers.tpl +++ b/helm/trident-operator/templates/_helpers.tpl @@ -121,6 +121,7 @@ Trident ExcludeAutosupport {{- end }} {{- end }} +{{/* Trident AutoSupport image */}} {{- define "trident.autosupportImage" -}}