mirror of
https://github.com/minio/minio.git
synced 2025-11-28 21:18:10 -05:00
fix ServiceAccount creation in helm chart (#13197)
Fixed the variable name on the templated and added name.
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
apiVersion: v1
|
||||
kind: ServiceAccount
|
||||
metadata:
|
||||
name: {{ include "minio.serviceAccountName" . | quote }}
|
||||
name: {{ .Values.serviceAccount.name | quote }}
|
||||
namespace: {{ .Release.Namespace | quote }}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user