diff --git a/k8s/deployments.yaml b/k8s/deployments.yaml index c89e4b7e3..cce221db6 100644 --- a/k8s/deployments.yaml +++ b/k8s/deployments.yaml @@ -88,7 +88,7 @@ spec: - name: ASPNETCORE_URLS value: http://0.0.0.0:80/identity - name: ConnectionStrings__DefaultConnection - value: "Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word" + value: "Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.IdentityDb;User Id=sa;Password=Pass@word" - name: MvcClient valueFrom: configMapKeyRef: