mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 06:47:32 +08:00
[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:
committed by
GitHub
parent
da77b93664
commit
28c91ad13e
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -960,7 +960,7 @@ serviceAccount:
|
||||
annotations: {}
|
||||
## @param serviceAccount.automountServiceAccountToken Automount API credentials for a service account.
|
||||
##
|
||||
automountServiceAccountToken: true
|
||||
automountServiceAccountToken: false
|
||||
|
||||
## @section Metrics parameters
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user