Reapply "tripit: Gmail ingest (12-month) + vbarzin owner + plans@ forward-to-parse"

This reverts commit a82ba46ad83e85a231d839564c2f009c700dc4d1.
This commit is contained in:
Viktor Barzin 2026-06-02 23:17:42 +00:00
parent f0843e398b
commit 922d95af9c
6 changed files with 352 additions and 11 deletions

View file

@ -60,5 +60,5 @@ resource "helm_release" "prometheus" {
# Re-enable temporarily only when a StatefulSet volumeClaimTemplate change needs --force.
force_update = false
values = [templatefile("${path.module}/prometheus_chart_values.tpl", { alertmanager_mail_pass = var.alertmanager_account_password, alertmanager_slack_api_url = var.alertmanager_slack_api_url, tuya_api_key = var.tiny_tuya_service_secret, haos_api_token = var.haos_api_token })]
values = [templatefile("${path.module}/prometheus_chart_values.tpl", { alertmanager_mail_pass = var.alertmanager_account_password, alertmanager_slack_api_url = var.alertmanager_slack_api_url, tuya_api_key = var.tiny_tuya_service_secret, haos_api_token = var.haos_api_token, authentik_walloff_targets = local.authentik_walloff_targets })]
}