Fixed typo

This commit is contained in:
Mehdi Osman 2021-05-18 20:42:11 +02:00 committed by GitHub
parent d52fddea9e
commit 4b761321d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
## Core OpenReplay application configuration folder
This folder contains configuration for core openreplay apps. All applications share common helm chart named *openreplay* which can be overridden by `<application>.yaml` file.
This folder contains configuration for core OpenReplay apps. All applications share common helm chart named *openreplay* which can be overridden by `<application>.yaml` file.
**Below is a sample template.**
@ -31,7 +31,7 @@
# env vars for the application
env:
ALERT_NOTIFICATION_STRING: https://parrot.openreplay.io/alerts/notifications
ALERT_NOTIFICATION_STRING: http://chalice-openreplay.app.svc.cluster.local:8000/alerts/notifications
CLICKHOUSE_STRING: tcp://clickhouse.db.svc.cluster.local:9000/default
POSTGRES_STRING: postgres://postgresql.db.svc.cluster.local:5432
```