Skip to content

Commit

Permalink
chore: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanJosipovic authored Jan 12, 2025
1 parent fea751c commit 35c3e6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ This project is an API server which implements the [Alertmanager Webhook Receive
## Installation
### Configure Helm Values

Download the default [Helm Values](https://raw.githubusercontent.com/IvanJosipovic/alertmanager-receiver-azdo/alpha/charts/alertmanager-receiver-azdo/values.yaml)
Download the default [Helm Values](https://raw.githubusercontent.com/IvanJosipovic/alertmanager-receiver-azdo/main/charts/alertmanager-receiver-azdo/values.yaml)

```bash
curl https://raw.githubusercontent.com/IvanJosipovic/alertmanager-receiver-azdo/alpha/charts/alertmanager-receiver-azdo/values.yaml --output values.yaml
curl https://raw.githubusercontent.com/IvanJosipovic/alertmanager-receiver-azdo/main/charts/alertmanager-receiver-azdo/values.yaml --output values.yaml
```

Modify the settings to fit your needs
Expand All @@ -41,7 +41,7 @@ helm install alertmanager-receiver-azdo alertmanager-receiver-azdo/alertmanager-
### Create Alertmanager Config

```yaml
apiVersion: monitoring.coreos.com/v1alpha1
apiVersion: monitoring.coreos.com/v1main1
kind: AlertmanagerConfig
metadata:
name: azdo
Expand Down

0 comments on commit 35c3e6c

Please sign in to comment.