Skip to content

Commit

Permalink
Merge pull request #2764 from yutongz/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
apelisse committed May 16, 2017
2 parents 01daf1e + 3c77c4b commit 6abddf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion velodrome/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ New project deployments
-----------------------

- Create [secret for InfluxDB](grafana-stack/#first-time-only)
- Deploy everything: `./config.py | kubectl apply -f -l project=${NEW_PROJECT_NAME}`
- Deploy everything: `./config.py | kubectl apply -f - -l project=${NEW_PROJECT_NAME}`
- Once the kubernetes service has its public IP, connect to the grafana instance, and add the
default dashboard, star the dashboard, set-it as the default dashboard in the
org preference.
Expand Down
2 changes: 1 addition & 1 deletion velodrome/grafana-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Password and database creation
Connect to the container and create the db:

```
$ kubectl exec -i -t influx-$PROJECT-123456 -- influx -username root -password "${influxdb_password}"
$ kubectl exec -i -t influx-${PROJECT}-123456 -- influx -username root -password "${influxdb_password}"
> create database github
```

Expand Down

0 comments on commit 6abddf8

Please sign in to comment.