mirror of
https://github.com/helm/charts.git
synced 2026-08-23 14:27:18 +00:00
[stable/sonarqube] Fix loadBalancerIp if statement (#7198)
* Update url in test and probes * bump chart version * [incubator/elastic-stack] Add fluent-bit option to elastic-stack chart * Update requirements.lock * [stable/sonarqube] Fix if block for loadBalancerIP
This commit is contained in:
committed by
k8s-ci-robot
parent
2c0473f2ec
commit
6c194c638d
@@ -1,6 +1,6 @@
|
||||
name: sonarqube
|
||||
description: Sonarqube is an open sourced code quality scanning tool
|
||||
version: 0.8.0
|
||||
version: 0.8.1
|
||||
appVersion: 6.7.3
|
||||
keywords:
|
||||
- coverage
|
||||
|
||||
@@ -25,7 +25,7 @@ spec:
|
||||
release: {{ .Release.Name }}
|
||||
{{- if eq .Values.service.type "LoadBalancer"}}
|
||||
loadBalancerSourceRanges: {{.Values.service.loadBalancerSourceRanges}}
|
||||
{{- if .Values.service.LoadBalancerIP}}
|
||||
{{- if .Values.service.loadBalancerIP}}
|
||||
loadBalancerIP: {{.Values.service.loadBalancerIP}}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user