Browse Source

Fix syntax

pull/22566/head
Halil İbrahim Kalkan 10 months ago
parent
commit
a722ca57a8
  1. 2
      docs/en/tutorials/microservice/part-06.md

2
docs/en/tutorials/microservice/part-06.md

@ -315,7 +315,7 @@ Open the `etc\helm\mycloudcrm\charts\ordering\templates\ordering.yaml` file in a
````yaml
- name: "RemoteServices__CatalogService__BaseUrl"
value: "http://{{{{ .Release.Name }}}}-catalog"
value: "http://{%{{{ .Release.Name }}}%}-catalog"
````
With this simple configuration, now the Ordering module can discover the catalog microservice's URL inside your Kubernetes cluster.

Loading…
Cancel
Save