We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent add8bc2 commit dbe277cCopy full SHA for dbe277c
1 file changed
k8s/deployments.yaml
@@ -88,7 +88,7 @@ spec:
88
- name: ASPNETCORE_URLS
89
value: http://0.0.0.0:80/identity
90
- name: ConnectionStrings__DefaultConnection
91
- 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"
92
- name: MvcClient
93
valueFrom:
94
configMapKeyRef:
0 commit comments