Fixes issue with toYaml generation and indentation (#3178)

Closes #3157
This commit is contained in:
Matt Farina
2018-01-11 12:39:13 -08:00
committed by k8s-ci-robot
parent 0a66607808
commit d41af45fcb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -11,5 +11,5 @@ metadata:
data:
{{- if .Values.sonarProperties }}
sonar.properties:
{{ toYaml .Values.sonarProperties | indent 4}}
{{ toYaml .Values.sonarProperties | indent 4}}
{{- end}}