Skip to content
Snippets Groups Projects

Resolve "Tune Grafana deployment and configuration"

3 files
+ 11
10
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -348,7 +348,7 @@ for COMPONENT in $TFS_COMPONENTS; do
@@ -348,7 +348,7 @@ for COMPONENT in $TFS_COMPONENTS; do
printf "\n"
printf "\n"
done
done
if [[ "$TFS_COMPONENTS" == *"webui"* ]]; then
if [[ "$TFS_COMPONENTS" == *"monitoring"* ]] && [[ "$TFS_COMPONENTS" == *"webui"* ]]; then
echo "Configuring WebUI DataStores and Dashboards..."
echo "Configuring WebUI DataStores and Dashboards..."
sleep 5
sleep 5
Loading