mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03:00
fix ServiceAccount creation in helm chart (#13197)
Fixed the variable name on the templated and added name.
This commit is contained in:
@@ -324,8 +324,8 @@ podDisruptionBudget:
|
||||
serviceAccount:
|
||||
create: true
|
||||
## 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.
|
||||
name:
|
||||
## will be created.
|
||||
name: "minio-sa"
|
||||
|
||||
metrics:
|
||||
serviceMonitor:
|
||||
|
||||
Reference in New Issue
Block a user