[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:
Javier J. Salmerón-García
2024-01-15 10:14:07 +01:00
committed by GitHub
parent 1b20745ae7
commit 6095ce12ca
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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 | `{}` |

View File

@@ -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
##