diff --git a/chart/values.yaml b/chart/values.yaml index 7fce5b25e3b167673d55adece1f38bf96487d144..bb707104160a86af3a8d7c7b0b83a82682e5c284 100644 --- a/chart/values.yaml +++ b/chart/values.yaml @@ -514,12 +514,6 @@ loki: # -- Flux reconciliation overrides specifically for the Loki Package flux: {} - # -- Values to passthrough to the Loki chart: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/loki.git - values: {} - - # -- Post Renderers. See docs/postrenders.md - postRenderers: [] - # -- Loki architecture. Options are monolith and scalable strategy: monolith @@ -541,6 +535,13 @@ loki: # -- Bucket Names for Loki as a comma delimited list. # examples: "loki-logs" bucketNames: "" + + # -- Values to passthrough to the Loki chart: https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/loki.git + values: {} + + # -- Post Renderers. See docs/postrenders.md + postRenderers: [] + # ---------------------------------------------------------------------------------------------------------------------- # ----------------------------------------------------------------------------------------------------------------------