From f62f6e26c0cba4a7bbaf3ab5c65350e49f33cd8d Mon Sep 17 00:00:00 2001 From: gsmith-sas <65406958+gsmith-sas@users.noreply.github.com> Date: Thu, 5 Dec 2024 18:14:35 -0500 Subject: [PATCH] More tweaks --- monitoring/user.env | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/monitoring/user.env b/monitoring/user.env index 1dfb7dc1..57fec8fb 100644 --- a/monitoring/user.env +++ b/monitoring/user.env @@ -1,6 +1,16 @@ # Configurable options for the monitoring scripts # Use ENV_VAR=value or ENV_VAR="value" +# Global options +# -------------- +# TMP_DIR=/tmp +# HELM_DEBUG=false +# LOG_DEBUG_ENABLE=false +# LOG_LEVEL_ENABLE=true +# LOG_COLOR_ENABLE=true + +# deploy_monitoring_cluster.sh options +# ------------------------------------ # Cluster monitoring namespace for the Prometheus Operator, # Grafana, dashboards, and cluster ServiceMonitors # MON_NS=monitoring