diff --git a/scripts/helm/README.md b/scripts/helm/README.md index 1a79331a0..b469889ce 100644 --- a/scripts/helm/README.md +++ b/scripts/helm/README.md @@ -5,7 +5,7 @@ Installation components are separated by namepaces. **Namespace:** - **app:** Core openreplay application related components. - - alert + - alerts - auth - cache - chalice diff --git a/scripts/helm/app/README.md b/scripts/helm/app/README.md index e5faed535..e71d6bb05 100644 --- a/scripts/helm/app/README.md +++ b/scripts/helm/app/README.md @@ -5,9 +5,9 @@ **Below is a sample template.** ```yaml - namespace: app # In which namespace alert runs. + namespace: app # In which namespace alerts runs. image: - repository: 998611063711.dkr.ecr.eu-central-1.amazonaws.com/alert # Which image to use + repository: 998611063711.dkr.ecr.eu-central-1.amazonaws.com/alerts # Which image to use pullPolicy: IfNotPresent tag: "latest" # Overrides the image tag whose default is the chart appVersion. diff --git a/scripts/helm/openreplay-cli b/scripts/helm/openreplay-cli index 05a0b55ed..44af95bb6 100755 --- a/scripts/helm/openreplay-cli +++ b/scripts/helm/openreplay-cli @@ -48,7 +48,7 @@ clear echo -e "${reset}${blue}services: ${services[*]}${reset}" exit 0 } -services=( alert auth cache chalice clickhouse ender events failover filesink filestorage http integrations ios-proxy metadata negative pg-stateless pg preprocessing redis ws ) +services=( alerts auth cache chalice clickhouse ender events failover filesink filestorage http integrations ios-proxy metadata negative pg-stateless pg preprocessing redis ws ) check() { if ! command -v kubectl &> /dev/null