add freedify [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-17 22:40:35 +00:00
parent 0662d194e5
commit 4ccf2298fa
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
6 changed files with 217 additions and 2 deletions

View file

@ -134,7 +134,7 @@ variable "wealthfolio_password_hash" { type = string }
variable "aiostreams_database_connection_string" { type = string }
variable "actualbudget_credentials" { type = map(any) }
variable "speedtest_db_password" { type = string }
variable "freedify_credentials" { type = map(any) }
provider "kubernetes" {
config_path = var.prod ? "" : "~/.kube/config"
@ -560,6 +560,7 @@ module "kubernetes_cluster" {
actualbudget_credentials = var.actualbudget_credentials
speedtest_db_password = var.speedtest_db_password
freedify_credentials = var.freedify_credentials
}