UNCLASSIFIED - NO CUI

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

Merge branch '813-kiali-jaeger-sso' into 'master'

jaeger: add sso enabled value

Closes #813

See merge request platform-one/big-bang/bigbang!957
parents e4608eec eddf0ebe
No related branches found
No related tags found
2 merge requests!1386Master,!957jaeger: add sso enabled value
Pipeline #527884 failed
......@@ -21,6 +21,10 @@ monitoring:
enabled: {{ .Values.monitoring.enabled }}
elasticsearch:
enabled: {{ .Values.logging.enabled }}
sso:
enabled: {{ .Values.jaeger.sso.enabled }}
{{- if .Values.jaeger.sso.enabled }}
jaeger:
spec:
......@@ -42,4 +46,4 @@ networkPolicies:
{{- $gateway := default "public" .Values.jaeger.ingress.gateway }}
{{- $default := dict "app" (dig "gateways" $gateway "ingressGateway" nil .Values.istio) "istio" nil }}
{{- toYaml (dig "values" "gateways" $gateway "selector" $default .Values.istio) | nindent 4 }}
{{- end -}}
\ No newline at end of file
{{- end -}}
......@@ -197,7 +197,7 @@ jaeger:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/jaeger.git
path: "./chart"
tag: "2.23.0-bb.3"
tag: "2.23.0-bb.4"
# -- Flux reconciliation overrides specifically for the Jaeger Package
flux:
......
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