Skip to content

Commit

Permalink
Helm chart: set message.tmpl to mounted configmap
Browse files Browse the repository at this point in the history
  • Loading branch information
MPV committed May 19, 2020
1 parent 0c584d5 commit e166b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ configmap:
| `configmap.server.read_timeout` | Read timeout in milliseconds | "8000" |
| `configmap.server.write_timeout` | Write timeout in milliseconds | "8000" |
| `configmap.server.keepalive_timeout` | Keepalive timeout in milliseconds | "300000" |
| `configmap.app.template_file` | Application template file | "message.tmpl" |
| `configmap.app.template_file` | Application template file | "/etc/calert/message.tmpl" |
| `configmap.app.http_client.max_idle_conns` | Client max idele connections | "100" |
| `configmap.app.http_client.request_timeout` | Client request timeout in milliseconds | "8000" |
| `configmap.rooms` | List of webhooks to send to. See `calert_values.yaml` above | [app.chat.alertManagerTestRoom] |
Expand Down
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configmap:
write_timeout: "8000"
keepalive_timeout: "300000"
app:
template_file: "message.tmpl"
template_file: "/etc/calert/message.tmpl"
http_client:
max_idle_conns: "100"
request_timeout: "8000"
Expand Down

0 comments on commit e166b53

Please sign in to comment.