We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650825f commit a33a286Copy full SHA for a33a286
monitoring/bin/deploy_monitoring_cluster.sh
@@ -374,7 +374,7 @@ log_debug "Installing Helm chart from artifact [$chart2install]"
374
log_verbose "Creating Grafana alert rules ConfigMap"
375
CUSTOM_ALERT_CONFIG_DIR="$USER_DIR/monitoring/alerting/"
376
377
-if [ -d "$CUSTOM_ALERT_CONFIG_DIR" ] && [ "$(ls -A "$CUSTOM_ALERT_CONFIG_DIR" 2>/dev/null)" ]; then
+if [ -d "$CUSTOM_ALERT_CONFIG_DIR" ] && [ "$(ls -A "$CUSTOM_ALERT_CONFIG_DIR" 2> /dev/null)" ]; then
378
log_debug "Creating configmap for alert rules/notifiers/contact points defined in '$CUSTOM_ALERT_CONFIG_DIR'"
379
CM_ARGS=(--from-file="$CUSTOM_ALERT_CONFIG_DIR")
380
0 commit comments