UNCLASSIFIED - NO CUI

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

Fix namespace conditionals for logging components

parent cafb9e84
No related branches found
No related tags found
1 merge request!3071Fix namespace conditionals for logging components
Pipeline #2177887 passed
{{- 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