Fixed condition. (#10439)

Signed-off-by: Denis Boulas <dene14@gmail.com>
This commit is contained in:
Denis Boulas
2019-01-11 03:07:35 -08:00
committed by Kubernetes Prow Robot
parent af844046a6
commit 8f2de42e76
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: grafana
version: 1.22.1
version: 1.22.2
appVersion: 5.4.2
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
+1 -1
View File
@@ -43,7 +43,7 @@ spec:
{{- if .Values.priorityClassName }}
priorityClassName: {{ .Values.priorityClassName }}
{{- end }}
{{- if (.Values.persistence.enabled) or (.Values.dashboards) }}
{{- if ( or .Values.persistence.enabled .Values.dashboards ) }}
initContainers:
{{- end }}
{{- if .Values.persistence.enabled }}