mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-22 11:35:58 +10:00
[bitnami/grafana-loki] Fixed incorrect grafana loki compactor PVC name (#11126)
* Fixed incorrect grafana loki compactor PVC name Signed-off-by: Jan Lostak <xlostak@gmail.com> * Increased chart version Signed-off-by: Jan Lostak <xlostak@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
kind: PersistentVolumeClaim
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: {{ include "common.names.fullname" . }}
|
||||
name: {{ include "grafana-loki.compactor.fullname" . }}
|
||||
namespace: {{ .Release.Namespace | quote }}
|
||||
labels: {{- include "common.labels.standard" . | nindent 4 }}
|
||||
{{- if .Values.commonLabels }}
|
||||
|
||||
Reference in New Issue
Block a user