fix: vendor observability charts
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{{- if .Values.chunksCache.enabled }}
|
||||
|
||||
{{- include "loki.memcached.statefulSet" (dict "ctx" $ "memcacheConfig" .Values.chunksCache "valuesSection" "chunksCache" "component" "chunks-cache") }}
|
||||
|
||||
{{- if .Values.chunksCache.l2.enabled }}
|
||||
---
|
||||
{{ include "loki.memcached.statefulSet" (dict "ctx" $ "memcacheConfig" .Values.chunksCache.l2 "valuesSection" "chunksCache" "component" "chunks-cache") }}
|
||||
{{- end -}}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user