Skip to content

Commit

Permalink
Create aks test env base resources
Browse files Browse the repository at this point in the history
  • Loading branch information
RMcVelia committed Jun 10, 2024
1 parent e43a4df commit 21a21a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ review-aks: test-cluster
$(eval include global_config/review.sh)
echo https://claim-additional-payments-for-teaching-review-$(PR_NUMBER).test.teacherservices.cloud will be created in aks

.PHONY: test-aks
test-aks: test-cluster
$(eval include global_config/test.sh)

set-azure-account:
az account set -s ${AZ_SUBSCRIPTION}

Expand Down
6 changes: 6 additions & 0 deletions global_config/test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
CONFIG=test
ENVIRONMENT=test
CONFIG_SHORT=ts
AZURE_SUBSCRIPTION=s189-teacher-services-cloud-test
AZURE_RESOURCE_PREFIX=s189t01
KV_PURGE_PROTECTION=false

0 comments on commit 21a21a5

Please sign in to comment.