Skip to content

Commit 06ce479

Browse files
committed
enhancing KIND support with timer
1 parent 287b5e0 commit 06ce479

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install-scripts/kind.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ NAMESPACE="opengovernance" # Default namespace
1111
# -----------------------------
1212
# Logging Configuration
1313
# -----------------------------
14-
DEBUG_MODE=true # Helm operates in debug mode
14+
# Set DEBUG_MODE based on environment variable; default to false
15+
DEBUG_MODE="${DEBUG_MODE:-false}" # Helm operates in debug mode
1516
LOGFILE="$HOME/.opengovernance/install.log"
1617
DEBUG_LOGFILE="$HOME/.opengovernance/helm_debug.log"
1718

0 commit comments

Comments
 (0)