Skip to content

Commit

Permalink
Repo update at the beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabby Anandan committed Aug 14, 2020
1 parent 38c082f commit d2df064
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion install-scdf/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

## Helm Repo Update
helm repo update

## Installing and configuring prometheus
prometheus_namespace="monitoring"
prometheus_release_name="prom"
Expand Down Expand Up @@ -99,7 +102,7 @@ if ! helm status "${scdf_release_name}" > /dev/null; then
--set metrics.enabled=true \
--set metrics.serviceMonitor.enabled=true \
--set metrics.serviceMonitor.namespace="${prometheus_namespace}" \
--set server.configuration.grafanaInfo="http://grafana:3000" > /dev/null
--set server.configuration.grafanaInfo="http://instance.autolab.strigo.io:3000" > /dev/null
fi
echo "A release of bitnami/spring-cloud-dataflow, ${scdf_release_name}, is running on ${scdf_namespace} namespace"

Expand Down

0 comments on commit d2df064

Please sign in to comment.