diff --git a/chart/templates/NOTES.txt b/chart/templates/NOTES.txt index fd2d2cc610e2863b535ecfdfea65c5e57c56a213..d355153ccc7bcdf7d645b9b4f2cb2df082a84e90 100644 --- a/chart/templates/NOTES.txt +++ b/chart/templates/NOTES.txt @@ -132,6 +132,16 @@ PLATFORM ONE LOGGING WARNING: After the beta period, only one logging stack will be supported at one time, with the PLG stack becoming the default supported stack. {{- end }} +{{- if and $.Values.loki.enabled (dig "values" "global" "createGlobalConfig" false $.Values.loki) }} +PLATFORM ONE LOKI WARNING: + You still have Loki global values set but this version of Loki has changed significantly, please review the latest production document within the Loki package repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/loki/-/blob/main/docs/production.md +{{- end }} + +{{- if and $.Values.loki.enabled (dig "values" "gel" "enabled" false $.Values.loki) }} +PLATFORM ONE LOKI WARNING: + You still have Loki gel values set but this version of Loki has changed significantly, please review the latest grafana enterprise document within the Loki package repo: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/loki/-/blob/main/docs/grafana-enterprise.md +{{- end }} + {{- if and $.Values.jaeger.enabled .Values.tempo.enabled }} PLATFORM ONE TRACING WARNING: You have enabled both Jaeger and Tempo Tracing Engines. This is permitted during beta testing of Tempo.