Skip to content

Commit

Permalink
Merge pull request #332 from DFE-Digital/add_gcp_wif_ns
Browse files Browse the repository at this point in the history
Add gcp-wif identities for TV namespaces
  • Loading branch information
vipin-dfe authored Dec 17, 2024
2 parents 8a277d4 + 542f035 commit 5a83662
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cluster/terraform_kubernetes/config/production.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"gcp_wif_namespaces": [
"bat-production",
"git-production",
"tra-production"
"tra-production",
"tv-production"
],
"cluster_kv": "s189p01-tsc-pd-kv",
"statuscake_alerts": {
Expand Down
4 changes: 3 additions & 1 deletion cluster/terraform_kubernetes/config/test.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"git-development",
"git-test",
"tra-development",
"tra-test"
"tra-test",
"tv-development",
"tv-staging"
],
"cluster_kv": "s189t01-tsc-ts-kv",
"ingress_cert_name": "test-teacherservices-cloud-2",
Expand Down

0 comments on commit 5a83662

Please sign in to comment.