Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
add instructions for the api gateway url
  • Loading branch information
jlangy committed Oct 30, 2024
1 parent 7f729a5 commit 29dadcb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/grafana/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ DS_AGGREGATOR_PASSWORD=
DS_AGGREGATOR_DATABASE=

LOKI_AUTH_TOKEN=

API_GATEWAY_URL=
# # production creds
# NAME=sso-grafana
# NAMESPACE=eb75ad-tools
Expand Down
1 change: 1 addition & 0 deletions helm/grafana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ make upgrade
```

- please find the SSO client credentials of the integration `#4492 SSO Dashboard` via [CSS app](https://bcgov.github.io/sso-requests):
- The variables for LOKI_AUTH_TOKEN and API_GATEWAY_URL can be found in the tools namespace under the loki-auth-token secret

### Uninstalling the Chart

Expand Down
2 changes: 1 addition & 1 deletion helm/promtail-loki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For grafana loki we have found that keeping a minimal label set is ideal for per

## Local deployment via Helm chart

Create a .env file following the variables in .env.example. See the tools-namespace secrets for the loki auth token, and the aws environment for the loki api-gateway url.
Create a .env file following the variables in .env.example. See the tools-namespace secrets for the loki auth token and api gateway url under the loki-auth-token secret.

### Installing/Upgrading the Chart

Expand Down

0 comments on commit 29dadcb

Please sign in to comment.