We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e869aa5 commit 3c075a9Copy full SHA for 3c075a9
charts/datafold/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: datafold
3
description: Helm chart package to deploy Datafold on kubernetes.
4
type: application
5
-version: 0.10.33
+version: 0.10.34
6
appVersion: "1.0.0"
7
icon: https://www.datafold.com/logo.png
8
charts/datafold/charts/dma/templates/_helpers.tpl
@@ -104,11 +104,7 @@ DMA resource names with consistent prefixing
104
{{- end }}
105
106
{{- 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 }}
+{{- printf "%s-dma" .Release.Name }}
112
113
114
{{- define "dma.names.volumeClaimTemplate" -}}
0 commit comments