Skip to content

Commit 97203fc

Browse files
committed
fix: correct dependency name in GCP secret configuration
1 parent 30ef09a commit 97203fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/setup/config_secrets_gcp.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ resource "kubernetes_secret" "console_config" {
5353
postgresUrl = tostring(try(local.console_values.extraSecretEnv.POSTGRES_URL, ""))
5454
}
5555

56-
depends_on = [kubernetes_namespace.infra_gcp, module.mgmt.cluster, module.mgmt.ready]
56+
depends_on = [kubernetes_namespace.infra, module.mgmt.cluster, module.mgmt.ready]
5757
}
5858

5959
resource "kubernetes_secret" "runtime_config" {

0 commit comments

Comments
 (0)