Skip to content

Commit

Permalink
Auth against pccomponents for tagged image publish (#217)
Browse files Browse the repository at this point in the history
* Auth against pccomponents for tagged image publish

* Reconcile node count with deployment
  • Loading branch information
mmcfarland authored Jun 11, 2024
1 parent 5628de7 commit dc022d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/terraform/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module "resources" {

pc_test_resources_acr = "pccomponentstest"

aks_node_count = 2
aks_node_count = 3
stac_replica_count = 2
tiler_replica_count = 2

Expand Down
3 changes: 2 additions & 1 deletion scripts/ciauthenticate
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ CI authentication for this project.

# curl -sL https://aka.ms/InstallAzureCLIDeb | bash
# az login --service-principal --username ${CLIENT_ID} --tenant "microsoft.onmicrosoft.com" --password ${CLIENT_SECRET}
az acr login --name pccomponentstest
az acr login --name pccomponentstest
az acr login --name pccomponents

0 comments on commit dc022d4

Please sign in to comment.