Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge pull request #240 from AlexejLiebenthal/patch-1
Browse files Browse the repository at this point in the history
Fixed copy/paste issue: `extraConfig.configmaps`
  • Loading branch information
rjkernick authored Jan 14, 2021
2 parents 792a3d3 + 6d67404 commit 35d16b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/sonarqube/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: sonarqube
description: SonarQube is an open sourced code quality scanning tool
version: 9.2.5
version: 9.2.6
appVersion: 8.5.1-community
keywords:
- coverage
Expand Down
2 changes: 1 addition & 1 deletion charts/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
| `serviceAccount.name` | Name of the serviceAccount to create/use | `sonarqube-sonarqube` |
| `serviceAccount.annotations` | Additional serviceAccount annotations | `{}` |
| `extraConfig.secrets` | A list of `Secret`s (which must contain key/value pairs) which may be loaded into the Scanner as environment variables | `[]` |
| `extraConfig.secrets` | A list of `ConfigMap`s (which must contain key/value pairs) which may be loaded into the Scanner as environment variables | `[]` |
| `extraConfig.configmaps` | A list of `ConfigMap`s (which must contain key/value pairs) which may be loaded into the Scanner as environment variables | `[]` |
| `account.adminPassword` | Custom admin password | `"admin"` |
| `account.currentAdminPassword` | Current admin password | `"admin"` |
| `curlContainerImage` | Curl container image | `"curlimages/curl:latest"` |
Expand Down

0 comments on commit 35d16b3

Please sign in to comment.