UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 0efbeb19 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'master-patch-77e7' into 'master'

Fix namespace conditionals for logging components

Closes #1687

See merge request !3071
parents 8460056d f5712a0c
No related branches found
No related tags found
1 merge request!3071Fix namespace conditionals for logging components
Pipeline #2177990 failed
{{- if or .Values.elasticsearchKibana.enabled .Values.fluentbit.enabled }}
{{- if .Values.elasticsearchKibana.enabled }}
{{- /* Default to istio being turned on, but disable if user sets istio to disable in the custom passthrough values.
We have to do it this way because ownership of "istio.enabled" is owned by the chart but also BigBang. Sourcing values from the passthrough values also means
we get to simplify the api space of BigBang just a little bit more.
......
{{- if and .Values.loki.enabled (not .Values.elasticsearchKibana.enabled) (not .Values.fluentbit.enabled) }}
{{- if and .Values.loki.enabled (not .Values.elasticsearchKibana.enabled) }}
apiVersion: v1
kind: Namespace
metadata:
......
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