Skip to content

Commit

Permalink
fix: Include azure settings in helm release
Browse files Browse the repository at this point in the history
  • Loading branch information
adityachoudhari26 committed Jan 17, 2025
1 parent 0a5fc91 commit 8ee9e8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/helm_release/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ locals {
},
}

integrations_settings = var.github_bot != null ? {
github_settings = var.github_bot != null ? {
"global.integrations.github.bot.name" = var.github_bot.name
"global.integrations.github.bot.appId" = var.github_bot.app_id
"global.integrations.github.bot.clientId" = var.github_bot.client_id
Expand Down Expand Up @@ -95,7 +95,8 @@ resource "helm_release" "this" {
local.auth_providers_settings,
local.ingress_annotations,
local.service_account_annotations,
local.integrations_settings,
local.github_settings,
local.azure_app_settings,
)

content {
Expand Down

0 comments on commit 8ee9e8a

Please sign in to comment.