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
name: chronograf
version: 1.1.22
version: 1.1.23
appVersion: 1.8.9.1
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
......
......@@ -9,7 +9,7 @@ metadata:
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
annotations:
{{- if (eq "true" .Values.persistence.keepPvc) }}
{{- if .Values.persistence.keepPvc }}
"helm.sh/resource-policy": keep
{{- end }}
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