Skip to content

Commit

Permalink
fix: add templates
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdjerred committed Dec 23, 2024
1 parent c0e52ba commit 8738ed3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cdk8s/src/apps/prometheus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ export function createPrometheusApp(chart: Chart) {
target_matchers: ["alertname = InfoInhibitor"],
},
],
templates: [
"/etc/alertmanager/config/*.tmpl",
],
receivers: [
{
name: "discord",
Expand Down

0 comments on commit 8738ed3

Please sign in to comment.