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

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

View File

@@ -49,4 +49,4 @@ maintainers:
name: mastodon
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mastodon
version: 4.0.3
version: 4.0.4

View File

@@ -449,7 +449,7 @@ The command removes all the Kubernetes components associated with the chart and
| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
| `serviceAccount.name` | The name of the ServiceAccount to use. | `""` |
| `serviceAccount.annotations` | Additional Service Account annotations (evaluated as a template) | `{}` |
| `serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `true` |
| `serviceAccount.automountServiceAccountToken` | Automount service account token for the server service account | `false` |
| `externalDatabase.host` | Database host | `""` |
| `externalDatabase.port` | Database port number | `5432` |
| `externalDatabase.user` | Non-root username for Mastodon | `postgres` |

View File

@@ -1276,7 +1276,7 @@ serviceAccount:
annotations: {}
## @param serviceAccount.automountServiceAccountToken Automount service account token for the server service account
##
automountServiceAccountToken: true
automountServiceAccountToken: false
## External PostgreSQL configuration
## All of these values are only used when postgresql.enabled is set to false