[bitnami/sonarqube] Add missing serviceAccount.* parameters (#10337)

* [bitnami/sonarqube] Add missing serviceAccount.* parameters

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <containers@bitnami.com>

* Fix helper

Signed-off-by: Miguel Ruiz <miruiz@vmware.com>

Co-authored-by: Bitnami Containers <containers@bitnami.com>
This commit is contained in:
Miguel Ruiz
2022-05-23 13:39:13 +02:00
committed by GitHub
parent df6abd52c1
commit 6394981532
6 changed files with 43 additions and 37 deletions

View File

@@ -503,7 +503,7 @@ ingress:
## - host: sonarqube.local
## http:
## path: /
## backend:
## backend:
## service:
## name: sonarqube-svc
## port:
@@ -639,18 +639,17 @@ rbac:
##
create: false
## ServiceAccount configuration
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
## @param serviceAccount.create Specifies whether a ServiceAccount should be created
## @param serviceAccount.name Name of the service account to use. If not set and create is true, a name is generated using the fullname template.
## @param serviceAccount.automountServiceAccountToken Automount service account token for the server service account
## @param serviceAccount.annotations Annotations for service account. Evaluated as a template. Only used if `create` is `true`.
##
serviceAccount:
## @param serviceAccount.create Specifies whether a ServiceAccount should be created
##
create: true
## @param serviceAccount.name The name of the ServiceAccount to use.
## If not set and create is true, a name is generated using the common.names.fullname template
##
name: ""
## @param serviceAccount.automountServiceAccountToken Allows auto mount of ServiceAccountToken on the serviceAccount created
##
automountServiceAccountToken: false
automountServiceAccountToken: true
annotations: {}
## SonarQube Autoscaling configuration
## ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
## @param autoscaling.enabled Enable Horizontal POD autoscaling for SonarQube