From 4978ad84db9220f0ec95dece35cb54413585dac1 Mon Sep 17 00:00:00 2001 From: Shahe Islam Date: Mon, 10 Feb 2025 13:14:43 +0000 Subject: [PATCH] feat: Adding namespaces for CAPT --- cluster/terraform_kubernetes/config/production.tfvars.json | 3 ++- cluster/terraform_kubernetes/config/test.tfvars.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cluster/terraform_kubernetes/config/production.tfvars.json b/cluster/terraform_kubernetes/config/production.tfvars.json index dec51d4f..091dd278 100644 --- a/cluster/terraform_kubernetes/config/production.tfvars.json +++ b/cluster/terraform_kubernetes/config/production.tfvars.json @@ -133,7 +133,8 @@ "publish-teacher-training": ["sandbox","production"] }, "srtl": { - "teacher-pay-calculator": ["production" ] + "teacher-pay-calculator": ["production" ], + "claim-additional-payments-for-teaching": ["production"] }, "tra": { "apply-for-qualified-teacher-status": ["production"], diff --git a/cluster/terraform_kubernetes/config/test.tfvars.json b/cluster/terraform_kubernetes/config/test.tfvars.json index d14adbcb..f47e778e 100644 --- a/cluster/terraform_kubernetes/config/test.tfvars.json +++ b/cluster/terraform_kubernetes/config/test.tfvars.json @@ -98,7 +98,8 @@ "publish-teacher-training": ["review", "qa", "staging"] }, "srtl": { - "teacher-pay-calculator": ["development" ] + "teacher-pay-calculator": ["development" ], + "claim-additional-payments-for-teaching": ["review", "test"] }, "tra": { "apply-for-qualified-teacher-status": ["review", "development", "test", "preproduction"],