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

[stable/sonarqube] "tls" expect an array not a hash #14812

Merged
merged 3 commits into from
Jun 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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