mmumshad / kubernetes-training-answers

Answer key for my Kubernetes for Beginners Course on Udemy
429 stars 881 forks source link

help with assignment # 5 in Yaml #1

Open agoli660 opened 6 years ago

agoli660 commented 6 years ago

unable to complete. Need help... Thanks

mmumshad commented 6 years ago

Hi Aravind, did you take a look at this?

# Update the YAML file to represent the Projects assigned to Jacob. Remember Jacob works on Multiple projects - Automation and Support. So remember to use a list.
Employee:
  Name: Jacob
  Sex: Male
  Age: 30
  Title: Systems Engineer
  Projects:
    - Automation
    - Support
agoli660 commented 6 years ago

Same thing is giving a problem.

On Mon, Apr 2, 2018, 12:42 AM Mumshad Mannambeth notifications@github.com wrote:

Hi Aravind, did you take a look at this?

Update the YAML file to represent the Projects assigned to Jacob. Remember Jacob works on Multiple projects - Automation and Support. So remember to use a list.

Employee: Name: Jacob Sex: Male Age: 30 Title: Systems Engineer Projects:

  • Automation
  • Support

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mmumshad/kubernetes-training-answers/issues/1#issuecomment-377853235, or mute the thread https://github.com/notifications/unsubscribe-auth/AkOALXfzmE-khVWN1Lj9C3t4wuAuk6nnks5tkawwgaJpZM4TDH8G .

miraccan00 commented 1 year ago

I think this issue should be close because recently I passed the case. @mmumshad