Skip to content

Commit

Permalink
Merge branch 'master' into issue_1932
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Jun 20, 2022
2 parents ec257b3 + 919c6dc commit 452ea85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/playground/grafana.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ providers:
folder: %s
type: file
disableDeletion: false
allowUiUpdates: true
editable: true
updateIntervalSeconds: 30
options:
Expand All @@ -145,7 +146,7 @@ func makeSureDir(fname string) error {
return os.MkdirAll(filepath.Dir(fname), 0755)
}

var clusterName string = "playground"
var clusterName = "Test-Cluster"

// dir should contains files untar the grafana.
// return not error iff the Cmd is started successfully.
Expand Down

0 comments on commit 452ea85

Please sign in to comment.