mirror of
https://github.com/minio/minio.git
synced 2025-03-26 07:20:56 -04:00
fix ServiceAccount creation in helm chart (#13197)
Fixed the variable name on the templated and added name.
This commit is contained in:
parent
98479d7ffd
commit
311718309c
@ -2,6 +2,6 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "minio.serviceAccountName" . | quote }}
|
name: {{ .Values.serviceAccount.name | quote }}
|
||||||
namespace: {{ .Release.Namespace | quote }}
|
namespace: {{ .Release.Namespace | quote }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
@ -324,8 +324,8 @@ podDisruptionBudget:
|
|||||||
serviceAccount:
|
serviceAccount:
|
||||||
create: true
|
create: true
|
||||||
## The name of the service account to use. If 'create' is 'true', a service account with that name
|
## The name of the service account to use. If 'create' is 'true', a service account with that name
|
||||||
## will be created. Otherwise, a name will be auto-generated.
|
## will be created.
|
||||||
name:
|
name: "minio-sa"
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user