mirror of
https://github.com/bitnami/charts.git
synced 2026-03-06 15:10:15 +08:00
[bitnami/sonarqube] fix: 🔒 Do not automount the service account token unless necessary (#22062)
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
committed by
GitHub
parent
7aee9213ce
commit
6b98ee5f9f
@@ -37,4 +37,4 @@ maintainers:
|
||||
name: sonarqube
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/sonarqube
|
||||
version: 4.1.6
|
||||
version: 4.1.7
|
||||
|
||||
@@ -297,7 +297,7 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
| `rbac.create` | Specifies whether RBAC resources should be created | `false` |
|
||||
| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
|
||||
| `serviceAccount.name` | Name of the service account to use. If not set and create is true, a name is generated using the fullname 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` |
|
||||
| `serviceAccount.annotations` | Annotations for service account. Evaluated as a template. Only used if `create` is `true`. | `{}` |
|
||||
| `autoscaling.enabled` | Enable Horizontal POD autoscaling for SonarQube™ | `false` |
|
||||
| `autoscaling.minReplicas` | Minimum number of SonarQube™ replicas | `1` |
|
||||
|
||||
@@ -859,7 +859,7 @@ rbac:
|
||||
serviceAccount:
|
||||
create: true
|
||||
name: ""
|
||||
automountServiceAccountToken: true
|
||||
automountServiceAccountToken: false
|
||||
annotations: {}
|
||||
## SonarQube™ Autoscaling configuration
|
||||
## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
|
||||
|
||||
Reference in New Issue
Block a user