From 6870fdc582973f5c09920db25c952ca79f4e9620 Mon Sep 17 00:00:00 2001 From: Vincent Composieux Date: Mon, 10 Sep 2018 15:40:19 +0200 Subject: [PATCH] Fixed Sonarqube secrets definition Signed-off-by: Vincent Composieux --- stable/sonarqube/Chart.yaml | 2 +- stable/sonarqube/templates/secret.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/sonarqube/Chart.yaml b/stable/sonarqube/Chart.yaml index c91c46c7587c..3cfa99eaa81f 100644 --- a/stable/sonarqube/Chart.yaml +++ b/stable/sonarqube/Chart.yaml @@ -1,6 +1,6 @@ name: sonarqube description: Sonarqube is an open sourced code quality scanning tool -version: 0.9.0 +version: 0.9.1 appVersion: 6.7.3 keywords: - coverage diff --git a/stable/sonarqube/templates/secret.yaml b/stable/sonarqube/templates/secret.yaml index a99cf5d66ce6..71d43d6717a6 100644 --- a/stable/sonarqube/templates/secret.yaml +++ b/stable/sonarqube/templates/secret.yaml @@ -1,5 +1,5 @@ {{- if eq .Values.database.type "postgresql" -}} -{{- if eq .Values.postgresql.enabled false -}} +{{- if eq .Values.postgresql.enabled true -}} apiVersion: v1 kind: Secret metadata: @@ -15,7 +15,7 @@ data: {{- end -}} {{- end -}} {{- if eq .Values.database.type "mysql" -}} -{{- if eq .Values.mysql.enabled false -}} +{{- if eq .Values.mysql.enabled true -}} apiVersion: v1 kind: Secret metadata: