Unverified Commit 684a81d0 authored by David McKay's avatar David McKay Committed by GitHub

fix: remove string comparison for boolean (#248)

* fix: remove string comparison for boolean * fix: version bump
parent 2ee220c6
apiVersion: v1 apiVersion: v1
name: chronograf name: chronograf
version: 1.1.22 version: 1.1.23
appVersion: 1.8.9.1 appVersion: 1.8.9.1
description: Open-source web application written in Go and React.js that provides description: Open-source web application written in Go and React.js that provides
the tools to visualize your monitoring data and easily create alerting and automation the tools to visualize your monitoring data and easily create alerting and automation
......
...@@ -9,7 +9,7 @@ metadata: ...@@ -9,7 +9,7 @@ metadata:
release: "{{ .Release.Name }}" release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}" heritage: "{{ .Release.Service }}"
annotations: annotations:
{{- if (eq "true" .Values.persistence.keepPvc) }} {{- if .Values.persistence.keepPvc }}
"helm.sh/resource-policy": keep "helm.sh/resource-policy": keep
{{- end }} {{- end }}
spec: spec:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment