Skip to content

Commit

Permalink
Merge pull request #375 from DFE-Digital/2201-github-actions-oidc-for…
Browse files Browse the repository at this point in the history
…-all-services

feat: Adding namespaces for CPD ECF
  • Loading branch information
shaheislamdfe authored Feb 11, 2025
2 parents bd9bd5c + bf430a6 commit 917fb38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cluster/terraform_kubernetes/config/production.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@
"itt-mentor-services": ["sandbox", "production"],
"publish-teacher-training": ["sandbox","production"]
},
"cpd": {
"early-careers-framework": ["migration", "production", "sandbox"]
},
"srtl": {
"teacher-pay-calculator": ["production" ],
"claim-additional-payments-for-teaching": ["production"]
Expand Down
3 changes: 3 additions & 0 deletions cluster/terraform_kubernetes/config/test.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@
"itt-mentor-services": ["review", "qa", "staging"],
"publish-teacher-training": ["review", "qa", "staging"]
},
"cpd": {
"early-careers-framework": ["review", "staging"]
},
"srtl": {
"teacher-pay-calculator": ["development" ],
"claim-additional-payments-for-teaching": ["review", "test"]
Expand Down

0 comments on commit 917fb38

Please sign in to comment.