Skip to content

Commit 3c075a9

Browse files
authored
fix: Fix the dma service account name (#247)
1 parent e869aa5 commit 3c075a9

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

charts/datafold/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: datafold
33
description: Helm chart package to deploy Datafold on kubernetes.
44
type: application
5-
version: 0.10.33
5+
version: 0.10.34
66
appVersion: "1.0.0"
77
icon: https://www.datafold.com/logo.png
88

charts/datafold/charts/dma/templates/_helpers.tpl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,7 @@ DMA resource names with consistent prefixing
104104
{{- end }}
105105

106106
{{- define "dma.names.serviceaccount" -}}
107-
{{- if .Values.prefix }}
108-
{{- printf "%s-%s-dma-sa" .Release.Name .Values.prefix }}
109-
{{- else }}
110-
{{- printf "%s-dma-sa" .Release.Name }}
111-
{{- end }}
107+
{{- printf "%s-dma" .Release.Name }}
112108
{{- end }}
113109

114110
{{- define "dma.names.volumeClaimTemplate" -}}

0 commit comments

Comments
 (0)