We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
diff --git a/k8s/init-services/02-config-map.yaml b/k8s/init-services/02-config-map.yaml index 32de900..6a8de77 100644 --- a/k8s/init-services/02-config-map.yaml +++ b/k8s/init-services/02-config-map.yaml @@ -53,7 +53,7 @@ data: enabled: true customers-service-id: http://customers-service.spring-petclinic.svc.cluster.local:8080 - visits-service-id: http://vists-service.spring-petclinic.svc.cluster.local:8080 + visits-service-id: http://visits-service.spring-petclinic.svc.cluster.local:8080 spring: datasource:
The text was updated successfully, but these errors were encountered:
I see the typo in the current 02-config-map.yaml file. @odedia do you know why it's working with it?
02-config-map.yaml
Sorry, something went wrong.
I expected that https://github.com/spring-petclinic/spring-petclinic-cloud/blob/master/k8s/init-services/08-visits-service-service.yaml would have the typo as well for it to work but it doesn't seem to be the case. I think we should merge it.
Hi @saxenakshitiz, coud you please submit a PR?
odedia
No branches or pull requests
The text was updated successfully, but these errors were encountered: