Skip to content

Commit

Permalink
[stable/sonarqube] "tls" expect an array not a hash (helm#14812)
Browse files Browse the repository at this point in the history
* "tls" expect an array not a hash

Signed-off-by: BESANCON Vincent <[email protected]>

* Bump version

Signed-off-by: BESANCON Vincent <[email protected]>

* Document ingress.tls in README

Signed-off-by: BESANCON Vincent <[email protected]>
  • Loading branch information
bigbrozer authored and davidkarlsen committed Jul 3, 2019
1 parent 174535a commit 5c4b18b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/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: 2.0.0
version: 2.0.1
appVersion: 7.7
keywords:
- coverage
Expand Down
3 changes: 2 additions & 1 deletion stable/sonarqube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The following table lists the configurable parameters of the Sonarqube chart and
| `ingress.labels` | Ingress additional labels | `{}` |
| `ingress.hosts[0].name` | Hostname to your SonarQube installation | `sonar.organization.com` |
| `ingress.hosts[0].path` | Path within the URL structure | / |
| `ingress.tls` | Ingress secrets for TLS certificates | `[]` |
| `livenessProbe.sonarWebContext` | SonarQube web context for livenessProbe | / |
| `readinessProbe.sonarWebContext` | SonarQube web context for readinessProbe | / |
| `service.type` | Kubernetes service type | `LoadBalancer` |
Expand Down Expand Up @@ -126,4 +127,4 @@ In environments with air-gapped setup, especially with internal tooling (repos)
## Enable to override the default cacerts with your own one
enabled: false
secretName: my-cacerts
```
```
2 changes: 1 addition & 1 deletion stable/sonarqube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ingress:
# labels:
# traffic-type: external
# traffic-type: internal
tls: {}
tls: []
# Secrets must be manually created in the namespace.
# - secretName: chart-example-tls
# hosts:
Expand Down

0 comments on commit 5c4b18b

Please sign in to comment.