aws-containers / eks-app-mesh-polyglot-demo

End to end deployment and observability of polyglot microservices in Amazon EKS using AWS App Mesh, AWS Fargate, Amazon Cloudwatch Container Insights, and AWS X-Ray
MIT No Attribution
64 stars 636 forks source link

catalog_deployment.yaml file has an additional . for the mountPath #7

Closed reagaros closed 2 years ago

reagaros commented 2 years ago

catalog_deployment.yamlfile has an additional . for mountPath: {{ .Values.catalog.volume.path }}. on line 26. This causes the application to not function correctly as it creates a mount inside the container with value /product. The trailing . should be removed from catalog_deployment.yaml

praseedasathaye commented 2 years ago

Fixed