Skip to content

Commit 2a079b2

Browse files
committed
remove comment
1 parent b4cc4f0 commit 2a079b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

monitoring/bin/deploy_monitoring_cluster.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,6 @@ for f in monitoring/rules/viya/rules-*.yaml; do
493493
kubectl apply -n "$MON_NS" -f "$f"
494494
done
495495

496-
# ConfigMaps for Grafana alerting were already created before the Helm deployment
497-
498496
# Elasticsearch Datasource for Grafana
499497
LOGGING_DATASOURCE="${LOGGING_DATASOURCE:-false}"
500498
if [ "$LOGGING_DATASOURCE" == "true" ]; then

0 commit comments

Comments
 (0)