Browse Source

Fix Connection string in identity deployment script

pull/223/head
Ramón Tomás 7 years ago
parent
commit
dbe277ca65
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      k8s/deployments.yaml

+ 1
- 1
k8s/deployments.yaml View File

@ -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:


Loading…
Cancel
Save