Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2764

Merged
merged 2 commits into from
May 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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