mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fixed condition. (#10439)
Signed-off-by: Denis Boulas <dene14@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
af844046a6
commit
8f2de42e76
@@ -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.
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user