Skip to content

Commit

Permalink
Merge pull request #2 from qonto/fix-getting-started
Browse files Browse the repository at this point in the history
content/getting-started: fix OCI URL for prometheus-postgresql-alerts-chart
  • Loading branch information
chtitux authored Nov 11, 2023
2 parents 870125d + ad0beba commit 619cf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Steps to deploy the framework on on your infrastructure:

```bash
# PostgreSQL alerts
helm install prometheus-postgresql-alerts-chart oci://public.ecr.aws/qonto/prometheus-rds-alerts-chart:{{% current_version %}} --namespace ${KUBERNETES_NAMESPACE}
helm install prometheus-postgresql-alerts-chart oci://public.ecr.aws/qonto/prometheus-postgresql-alerts-chart:{{% current_version %}} --namespace ${KUBERNETES_NAMESPACE}
```

## Charts
Expand Down

0 comments on commit 619cf89

Please sign in to comment.