From e1ea3e441a24e94a471e173895931a79d453d18d Mon Sep 17 00:00:00 2001 From: cunningpike <117583036+cunningpike@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:48:37 -0500 Subject: [PATCH] Update _helpers.tpl --- chart/templates/_helpers.tpl | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl index 3712d2b..d2b8332 100644 --- a/chart/templates/_helpers.tpl +++ b/chart/templates/_helpers.tpl @@ -60,17 +60,6 @@ checksum/config-secrets: {{ include ( print $.Template.BasePath "/secrets.yaml" checksum/config-configmap: {{ include ( print $.Template.BasePath "/configmap-conf-toml.yaml" ) . | sha256sum | quote }} {{- end }} -{{/* -Create the name of the service account to use -*/}} -{{- define "fediblockhole.serviceAccountName" -}} -{{- if .Values.serviceAccount.create }} -{{- default (include "fediblockhole.fullname" .) .Values.serviceAccount.name }} -{{- else }} -{{- default "default" .Values.serviceAccount.name }} -{{- end }} -{{- end }} - {{/* Get the fediblockhole secret. */}}