diff --git a/stacks/fire-planner/main.tf b/stacks/fire-planner/main.tf index 9d72a779..b84cdc2b 100644 --- a/stacks/fire-planner/main.tf +++ b/stacks/fire-planner/main.tf @@ -77,6 +77,27 @@ resource "kubernetes_manifest" "external_secret" { property = "recompute_bearer_token" } }, + { + secretKey = "ACTUALBUDGET_API_URL" + remoteRef = { + key = "fire-planner" + property = "actualbudget_api_url" + } + }, + { + secretKey = "ACTUALBUDGET_API_KEY" + remoteRef = { + key = "fire-planner" + property = "actualbudget_api_key" + } + }, + { + secretKey = "ACTUALBUDGET_SYNC_ID" + remoteRef = { + key = "fire-planner" + property = "actualbudget_sync_id" + } + }, ] } }