add credentials for ab bank sync cronjob [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-10 20:01:06 +00:00
parent d83c5c5526
commit bfa53c5455
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
5 changed files with 22 additions and 12 deletions

View file

@ -132,6 +132,7 @@ variable "clickhouse_password" { type = string }
variable "clickhouse_postgres_password" { type = string }
variable "wealthfolio_password_hash" { type = string }
variable "aiostreams_database_connection_string" { type = string }
variable "actualbudget_credentials" { type = map(any) }
provider "kubernetes" {
@ -553,6 +554,8 @@ module "kubernetes_cluster" {
wealthfolio_password_hash = var.wealthfolio_password_hash
aiostreams_database_connection_string = var.aiostreams_database_connection_string
actualbudget_credentials = var.actualbudget_credentials
}