From 615e757f668d12c77ac68e3e8410d86ea0f113fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Fri, 12 Jan 2024 14:35:35 +0100 Subject: [PATCH] [bitnami/cassandra] fix: :lock: Do not automount the service account token unless necessary (#22036) Signed-off-by: Javier Salmeron Garcia --- bitnami/cassandra/Chart.yaml | 2 +- bitnami/cassandra/README.md | 12 ++++++------ bitnami/cassandra/values.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bitnami/cassandra/Chart.yaml b/bitnami/cassandra/Chart.yaml index 9770965502..2935d2cb38 100644 --- a/bitnami/cassandra/Chart.yaml +++ b/bitnami/cassandra/Chart.yaml @@ -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 diff --git a/bitnami/cassandra/README.md b/bitnami/cassandra/README.md index 8c28a371f1..435fc9523d 100644 --- a/bitnami/cassandra/README.md +++ b/bitnami/cassandra/README.md @@ -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 diff --git a/bitnami/cassandra/values.yaml b/bitnami/cassandra/values.yaml index baff751ab4..e5a024f23b 100644 --- a/bitnami/cassandra/values.yaml +++ b/bitnami/cassandra/values.yaml @@ -472,7 +472,7 @@ serviceAccount: annotations: {} ## @param serviceAccount.automountServiceAccountToken Automount API credentials for a service account. ## - automountServiceAccountToken: true + automountServiceAccountToken: false ## @section Traffic Exposure Parameters ##