Skip to content

Commit

Permalink
DOM-47188: Fix hephaestus namespace (#37)
Browse files Browse the repository at this point in the history
Hephaestus is now in the compute namespace
  • Loading branch information
Michael Fraenkel authored May 30, 2023
1 parent b47528e commit ea2c8ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ jobs:
- install_tf
- set_env_vars
- run:
name: "Set module source to latest published release"
name: "Set module source to latest domino release"
working_directory: tests
command: |
latest_tag="$(git tag | tail -1)"
latest_tag="v2.1.1"
export MOD_SOURCE="github.com/${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}.git?ref=${latest_tag}"
echo "Latest published release tag is: ${latest_tag}"
echo "Setting module source to: ${MOD_SOURCE}"
Expand Down
2 changes: 1 addition & 1 deletion identities.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ resource "azurerm_federated_identity_credential" "hephaestus" {
audience = ["api://AzureADTokenExchange"]
issuer = azurerm_kubernetes_cluster.aks.oidc_issuer_url
parent_id = azurerm_user_assigned_identity.hephaestus.id
subject = "system:serviceaccount:${var.namespaces.platform}:hephaestus"
subject = "system:serviceaccount:${var.namespaces.compute}:hephaestus"
}

0 comments on commit ea2c8ae

Please sign in to comment.