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

StatefulSet using AWS EBS - Test MySQL - Application Testing - cd command missing #9

Closed reagaros closed 2 years ago

reagaros commented 2 years ago

StatefulSet using AWS EBS - Test MySQL - Application Testing section has an helm upgrade command helm upgrade --reuse-values -f ~/environment/eks-app-mesh-polyglot-demo/workshop/helm-chart/values-ebs.yaml workshop workshop/helm-chart/ this refers to the helm chart workshop/helm-chart/ but does not have instructions to cd to the direct which has the workshop folder. Without the cd users might not understand why the command is failing.

There should be an addition command such as cd ~/environment/eks-app-mesh-polyglot-demo

praseedasathaye commented 2 years ago

Fixed