mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fixes issue with toYaml generation and indentation (#3178)
Closes #3157
This commit is contained in:
committed by
k8s-ci-robot
parent
0a66607808
commit
d41af45fcb
@@ -1,6 +1,6 @@
|
||||
name: sonarqube
|
||||
description: Sonarqube is an open sourced code quality scanning tool
|
||||
version: 0.3.2
|
||||
version: 0.3.3
|
||||
appVersion: 6.5
|
||||
keywords:
|
||||
- coverage
|
||||
|
||||
@@ -11,5 +11,5 @@ metadata:
|
||||
data:
|
||||
{{- if .Values.sonarProperties }}
|
||||
sonar.properties:
|
||||
{{ toYaml .Values.sonarProperties | indent 4}}
|
||||
{{ toYaml .Values.sonarProperties | indent 4}}
|
||||
{{- end}}
|
||||
|
||||
Reference in New Issue
Block a user