mirror of
https://github.com/bitnami/charts.git
synced 2026-02-26 07:37:57 +08:00
[bitnami/mlflow] fix: 🔒 Do not use the default service account (#22022)
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
committed by
GitHub
parent
1b20745ae7
commit
6095ce12ca
@@ -43,4 +43,4 @@ name: mlflow
|
||||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/mlflow
|
||||
- https://github.com/mlflow/mlflow
|
||||
version: 0.4.1
|
||||
version: 0.4.2
|
||||
|
||||
@@ -359,7 +359,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `run.source.git.repository` | Repository that holds the files | `""` |
|
||||
| `run.source.git.revision` | Revision from the repository to checkout | `""` |
|
||||
| `run.source.git.extraVolumeMounts` | Add extra volume mounts for the Git container | `[]` |
|
||||
| `run.serviceAccount.create` | Enable creation of ServiceAccount for Run pods | `false` |
|
||||
| `run.serviceAccount.create` | Enable creation of ServiceAccount for Run pods | `true` |
|
||||
| `run.serviceAccount.name` | The name of the ServiceAccount to use | `""` |
|
||||
| `run.serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` |
|
||||
| `run.serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` |
|
||||
|
||||
@@ -1078,7 +1078,7 @@ run:
|
||||
serviceAccount:
|
||||
## @param run.serviceAccount.create Enable creation of ServiceAccount for Run pods
|
||||
##
|
||||
create: false
|
||||
create: true
|
||||
## @param run.serviceAccount.name The name of the ServiceAccount to use
|
||||
## If not set and create is true, a name is generated using the common.names.fullname template
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user