Skip to content

Commit dbe277c

Browse files
committed
Fix Connection string in identity deployment script
1 parent add8bc2 commit dbe277c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

k8s/deployments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ spec:
8888
- name: ASPNETCORE_URLS
8989
value: http://0.0.0.0:80/identity
9090
- name: ConnectionStrings__DefaultConnection
91-
value: "Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.CatalogDb;User Id=sa;Password=Pass@word"
91+
value: "Server=sql-data;Initial Catalog=Microsoft.eShopOnContainers.Services.IdentityDb;User Id=sa;Password=Pass@word"
9292
- name: MvcClient
9393
valueFrom:
9494
configMapKeyRef:

0 commit comments

Comments
 (0)