Fix Connection string in identity deployment script

This commit is contained in:
Ramón Tomás 2017-04-24 13:02:23 +02:00
parent 6c6532c0f4
commit 23079a516d

View File

@ -88,7 +88,7 @@ spec:
- name: ASPNETCORE_URLS - name: ASPNETCORE_URLS
value: http://0.0.0.0:80/identity value: http://0.0.0.0:80/identity
- name: ConnectionStrings__DefaultConnection - 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 - name: MvcClient
valueFrom: valueFrom:
configMapKeyRef: configMapKeyRef: