UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 14fc01f4 authored by Nicole Dupree's avatar Nicole Dupree
Browse files

remove duplicate value, correct conditional

parent 99e15839
No related branches found
No related tags found
1 merge request!2585loki update to 4.8.0-bb.0
Pipeline #1461364 passed
......@@ -34,9 +34,6 @@ monitoring:
insecureSkipVerify: true # Prometheus does not support Istio security naming, thus skip verifying target pod certificate
{{- end }}
istio:
enabled: {{ .Values.istio.enabled }}
loki:
storage:
{{- if (eq .Values.loki.strategy "monolith") }}
......@@ -69,10 +66,10 @@ loki:
{{ include "istioAnnotation" . }}
{{- end }}
{{- if (eq .Values.loki.strategy "scalable") }}
singleBinary:
{{- if (eq .Values.loki.strategy "scalable") }}
replicas: 0
{{- end }}
{{- end }}
{{- with .Values.loki.objectStorage }}
{{- if and (eq $.Values.loki.strategy "scalable") (not (and .endpoint .region)) }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment