UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Removed promtail condition from Loki values check

Merged Andrew Blanchard requested to merge bugfix/loki-deployment-conditionals into master
4 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
4
{{- if and (not .Values.offline) (or .Values.loki.enabled .Values.promtail.enabled) }}
{{- if and (not .Values.offline) .Values.loki.enabled }}
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: GitRepository
metadata:
Loading