Skip to content

Commit

Permalink
Add Backstage extra container arguments for Cloud SQL instance config…
Browse files Browse the repository at this point in the history
…uration
  • Loading branch information
brettcurtis committed Dec 29, 2024
1 parent 45c9ecb commit 817a3fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployments/regional/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ locals {
} : {}

helm_values = {
"backstage.extraContainers[0].args[2]" = "${data.google_project.backstage.project_id}:${module.helpers.region}:${module.cloud_sql.instance}"
"backstage.image.registry" = local.registry
"backstage.image.tag" = var.backstage_version
"backstage.podLabels.tags\\.datadoghq\\.com/env" = module.helpers.environment
Expand Down

0 comments on commit 817a3fc

Please sign in to comment.