From ed8f3ea6da0e88dc1fc81c6fbad23fc85a05953f Mon Sep 17 00:00:00 2001 From: Elaiy Ganesan Date: Thu, 13 Feb 2025 16:29:47 +0000 Subject: [PATCH] Create schools experience in GIT managed identity --- cluster/terraform_kubernetes/config/production.tfvars.json | 3 +++ cluster/terraform_kubernetes/config/test.tfvars.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/cluster/terraform_kubernetes/config/production.tfvars.json b/cluster/terraform_kubernetes/config/production.tfvars.json index 1ba06c70..379ca720 100644 --- a/cluster/terraform_kubernetes/config/production.tfvars.json +++ b/cluster/terraform_kubernetes/config/production.tfvars.json @@ -135,6 +135,9 @@ "cpd": { "early-careers-framework": ["migration", "production", "sandbox"] }, + "git": { + "schools-experience": ["production"] + }, "srtl": { "teacher-pay-calculator": ["production" ], "claim-additional-payments-for-teaching": ["production"] diff --git a/cluster/terraform_kubernetes/config/test.tfvars.json b/cluster/terraform_kubernetes/config/test.tfvars.json index 0157af63..9a1863c1 100644 --- a/cluster/terraform_kubernetes/config/test.tfvars.json +++ b/cluster/terraform_kubernetes/config/test.tfvars.json @@ -100,6 +100,9 @@ "cpd": { "early-careers-framework": ["review", "staging"] }, + "git": { + "schools-experience": ["review", "development", "staging"] + }, "srtl": { "teacher-pay-calculator": ["development" ], "claim-additional-payments-for-teaching": ["review", "test"]