File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,7 +138,8 @@ ExecKube -cmd 'create configmap urls `
138138 --from-literal=locations_e=http://$($externalDns)/locations-api `
139139 --from-literal=marketing_e=http://$($externalDns)/marketing-api `
140140 --from-literal=basket_e=http://$($externalDns)/basket-api `
141- --from-literal=ordering_e=http://$($externalDns)/ordering-api '
141+ --from-literal=ordering_e=http://$($externalDns)/ordering-api `
142+ --from-literal=xamarin_callback_e=http://$($externalDns)/xamarincallback'
142143
143144ExecKube - cmd ' label configmap urls app=eshop'
144145
Original file line number Diff line number Diff line change @@ -189,7 +189,12 @@ spec:
189189 valueFrom :
190190 configMapKeyRef :
191191 name : urls
192- key : webshoppingagg_e
192+ key : webshoppingagg_e
193+ - name : XamarinCallback
194+ valueFrom :
195+ configMapKeyRef :
196+ name : urls
197+ key : xamarin_callback_e
193198 - name : ApplicationInsights__InstrumentationKey
194199 valueFrom :
195200 configMapKeyRef :
You can’t perform that action at this time.
0 commit comments