[bitnami/thanos] Fix pvc creation on compactor.enabled = false (#2020)

* Fix pvc creation on compactor.enabled = false
* Bump Chart version to 0.1.8
This commit is contained in:
Marcel Fest
2020-03-10 12:29:05 +01:00
committed by GitHub
parent 52e09808a7
commit b4fe9435b7
2 changed files with 2 additions and 2 deletions

View File

@@ -15,4 +15,4 @@ maintainers:
name: thanos
sources:
- https://github.com/bitnami/bitnami-docker-thanos
version: 0.1.7
version: 0.1.8

View File

@@ -1,4 +1,4 @@
{{- if and .Values.compactor.persistence.enabled (not .Values.compactor.persistence.existingClaim) }}
{{- if and .Values.compactor.persistence.enabled (not .Values.compactor.persistence.existingClaim) .Values.compactor.enabled }}
kind: PersistentVolumeClaim
apiVersion: v1
metadata: