From 21a6640bfa24c9c254d777cc43b54b42ec84e211 Mon Sep 17 00:00:00 2001 From: Peter Szalai Date: Fri, 20 Jan 2023 15:10:50 +0100 Subject: [PATCH] Update charts/terraform-operator/templates/controller-serviceaccount.yaml --- .../terraform-operator/templates/controller-serviceaccount.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/terraform-operator/templates/controller-serviceaccount.yaml b/charts/terraform-operator/templates/controller-serviceaccount.yaml index e988b90..0d299a2 100644 --- a/charts/terraform-operator/templates/controller-serviceaccount.yaml +++ b/charts/terraform-operator/templates/controller-serviceaccount.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: ServiceAccount metadata: - name: {{ default .Release.Name }} + name: {{ .Release.Name }} labels: app: {{ .Chart.Name }} chart: {{ template "_chart.label" . }}