Skip to content

Commit c5c5bfe

Browse files
committed
Fix alert channel name.
1 parent 6314b06 commit c5c5bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dp-inntekt-api-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
CLUSTER: dev-fss
6161
RESOURCE: nais/alerts.yaml,nais/dev/nais.yaml
6262
VARS: nais/vars.yaml
63-
VAR: alerts_slack_channel=#team-dagpenger-alerts-non-prod
63+
VAR: alerts_slack_channel=#team-dagpenger-alert-non-prod
6464
PRINT_PAYLOAD: true
6565

6666
deploy-q2:
@@ -81,7 +81,7 @@ jobs:
8181
CLUSTER: dev-fss
8282
RESOURCE: nais/alerts.yaml,nais/q2/nais.yaml
8383
VARS: nais/vars.yaml
84-
VAR: alerts_slack_channel=#team-dagpenger-alerts-non-prod,namespace=q2
84+
VAR: alerts_slack_channel=#team-dagpenger-alert-non-prod,namespace=q2
8585
PRINT_PAYLOAD: true
8686

8787
acceptance-tests:

0 commit comments

Comments
 (0)