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

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

View File

@@ -32,4 +32,4 @@ maintainers:
name: cassandra
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/cassandra
version: 10.6.8
version: 10.6.9

View File

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

View File

@@ -472,7 +472,7 @@ serviceAccount:
annotations: {}
## @param serviceAccount.automountServiceAccountToken Automount API credentials for a service account.
##
automountServiceAccountToken: true
automountServiceAccountToken: false
## @section Traffic Exposure Parameters
##