From 29bde42a4ef5b2d0868aaa732042fcb2fa1bf910 Mon Sep 17 00:00:00 2001 From: Brooke Lew Date: Thu, 5 Feb 2026 11:39:30 +1100 Subject: [PATCH] Remove unused service account defines --- charts/sm-operator/templates/_helpers.tpl | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/charts/sm-operator/templates/_helpers.tpl b/charts/sm-operator/templates/_helpers.tpl index 117ac3a60..c9e4349be 100644 --- a/charts/sm-operator/templates/_helpers.tpl +++ b/charts/sm-operator/templates/_helpers.tpl @@ -63,17 +63,6 @@ app.kubernetes.io/name: {{ include "sm-operator.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} {{- end }} -{{/* -Create the name of the service account to use -*/}} -{{- define "sm-operator.serviceAccountName" -}} -{{- if .Values.serviceAccount.create }} -{{- default (include "sm-operator.fullname" .) .Values.serviceAccount.name }} -{{- else }} -{{- default "default" .Values.serviceAccount.name }} -{{- end }} -{{- end }} - {{/* Name of the keys secret */}}