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 b4cc4f0 commit 2a079b2Copy full SHA for 2a079b2
monitoring/bin/deploy_monitoring_cluster.sh
@@ -493,8 +493,6 @@ for f in monitoring/rules/viya/rules-*.yaml; do
493
kubectl apply -n "$MON_NS" -f "$f"
494
done
495
496
-# ConfigMaps for Grafana alerting were already created before the Helm deployment
497
-
498
# Elasticsearch Datasource for Grafana
499
LOGGING_DATASOURCE="${LOGGING_DATASOURCE:-false}"
500
if [ "$LOGGING_DATASOURCE" == "true" ]; then
0 commit comments