UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3cdf0662 authored by Micah Nagel's avatar Micah Nagel :moneybag:
Browse files

Apply 3 suggestion(s) to 3 file(s)

parent 0735ac62
No related branches found
No related tags found
1 merge request!1588Removed promtail condition from Loki values check
Pipeline #1086354 passed
{{- if or .Values.loki.enabled }}
{{- if .Values.loki.enabled }}
{{- if ( include "imagePullSecret" . ) }}
apiVersion: v1
kind: Secret
......
{{- $fluxSettingsLoki := merge .Values.loki.flux .Values.flux -}}
{{- if or .Values.loki.enabled }}
{{- if .Values.loki.enabled }}
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
......
......@@ -38,7 +38,7 @@ spec:
valuesKey: "overlays"
dependsOn:
{{- if .Values.loki.enabled }}
{{- if .Values.loki.enabled }}
- name: loki
namespace: {{ .Release.Namespace }}
{{- end }}
......
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