Skip to content

Commit

Permalink
fix: uat and prod container name
Browse files Browse the repository at this point in the history
  • Loading branch information
infantesimone committed Dec 17, 2024
1 parent 9269ce4 commit 6e3e9e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-devops/qi/06_pagopa-qi-fdr-kpi-service.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ locals {
uat_kubernetes_service_conn = azuredevops_serviceendpoint_kubernetes.aks_uat.id
prod_kubernetes_service_conn = azuredevops_serviceendpoint_kubernetes.aks_prod.id

dev_container_namespace = "pagopadcommonacr.azurecr.io"
dev_container_namespace = "pagopaucommonacr.azurecr.io"
dev_container_namespace = "pagopapcommonacr.azurecr.io"
dev_container_namespace = "pagopadcommonacr.azurecr.io"
uat_container_namespace = "pagopaucommonacr.azurecr.io"
prod_container_namespace = "pagopapcommonacr.azurecr.io"

}
# deploy secrets
Expand Down

0 comments on commit 6e3e9e2

Please sign in to comment.