mirror of
https://github.com/bitnami/charts.git
synced 2026-03-05 14:57:31 +08:00
[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:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: thanos
|
||||
sources:
|
||||
- https://github.com/bitnami/bitnami-docker-thanos
|
||||
version: 0.1.7
|
||||
version: 0.1.8
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user