[bitnami/spark] fix: 🔒 Do not automount the service account token unless necessary (#22063)

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier J. Salmerón-García
2024-01-12 14:58:55 +01:00
committed by GitHub
parent da77b93664
commit 28c91ad13e
3 changed files with 8 additions and 8 deletions

View File

@@ -27,4 +27,4 @@ maintainers:
name: spark
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/spark
version: 8.1.7
version: 8.1.8

View File

@@ -309,12 +309,12 @@ The command removes all the Kubernetes components associated with the chart and
### Other parameters
| Name | Description | Value |
| --------------------------------------------- | ------------------------------------------------------ | ------ |
| `serviceAccount.create` | Enable the creation of a ServiceAccount for Spark pods | `true` |
| `serviceAccount.name` | The name of the ServiceAccount to use. | `""` |
| `serviceAccount.annotations` | Annotations for Spark Service Account | `{}` |
| `serviceAccount.automountServiceAccountToken` | Automount API credentials for a service account. | `true` |
| Name | Description | Value |
| --------------------------------------------- | ------------------------------------------------------ | ------- |
| `serviceAccount.create` | Enable the creation of a ServiceAccount for Spark pods | `true` |
| `serviceAccount.name` | The name of the ServiceAccount to use. | `""` |
| `serviceAccount.annotations` | Annotations for Spark Service Account | `{}` |
| `serviceAccount.automountServiceAccountToken` | Automount API credentials for a service account. | `false` |
### Metrics parameters

View File

@@ -960,7 +960,7 @@ serviceAccount:
annotations: {}
## @param serviceAccount.automountServiceAccountToken Automount API credentials for a service account.
##
automountServiceAccountToken: true
automountServiceAccountToken: false
## @section Metrics parameters
##