diff --git a/cluster/terraform_kubernetes/config/production.tfvars.json b/cluster/terraform_kubernetes/config/production.tfvars.json index 308997e3..642f8929 100644 --- a/cluster/terraform_kubernetes/config/production.tfvars.json +++ b/cluster/terraform_kubernetes/config/production.tfvars.json @@ -15,6 +15,7 @@ "gcp_wif_namespaces": [ "bat-production", "git-production", + "srtl-production", "tra-production", "tv-production" ], diff --git a/cluster/terraform_kubernetes/config/test.tfvars.json b/cluster/terraform_kubernetes/config/test.tfvars.json index 5d361034..61fa2c84 100644 --- a/cluster/terraform_kubernetes/config/test.tfvars.json +++ b/cluster/terraform_kubernetes/config/test.tfvars.json @@ -23,6 +23,8 @@ "bat-staging", "git-development", "git-test", + "srtl-development", + "srtl-test", "tra-development", "tra-test", "tv-development",