Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: sayedppqq <[email protected]>
  • Loading branch information
sayedppqq committed Jul 18, 2024
1 parent ed1739d commit d276ea6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ jobs:
cd ..
git clone https://github.com/kubedb/cli.git
cd cli
# git checkout check
go install ./...
- name: Install Prometheus
Expand Down
2 changes: 1 addition & 1 deletion hack/scripts/check-dashboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ check_dashboard_for_non_dbs() {
for file in "${inside_files_array[@]}"; do
if [[ $file == *.json ]]; then
dashboard_name="${file::-5}"
echo "checking for dashboard $dashboard_name"
echo "checking for dashboard $dashboard_name"
url="https://raw.githubusercontent.com/appscode/grafana-dashboards/master/$folder/$file"
echo "$HOME/go/bin/kubectl-dba monitor dashboard -u $url -o=true --prom-svc-name=prometheus-kube-prometheus-prometheus --prom-svc-namespace=monitoring --prom-svc-port=9090"
$HOME/go/bin/kubectl-dba monitor dashboard -u $url -d=false --prom-svc-name=prometheus-kube-prometheus-prometheus --prom-svc-namespace=monitoring --prom-svc-port=9090
Expand Down

0 comments on commit d276ea6

Please sign in to comment.