Skip to content

Commit

Permalink
Fixed Sonarqube secrets definition
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Composieux <vincent.composieux@gmail.com>
  • Loading branch information
eko committed Sep 10, 2018
1 parent 342d894 commit 6870fdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
4 changes: 2 additions & 2 deletions 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:
Expand All @@ -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:
Expand Down

0 comments on commit 6870fdc

Please sign in to comment.