in4it / spinnaker-course

Course files for Continuous Deployments using Spinnaker on AWS and Kubernetes
https://www.udemy.com/course/continuous-deployments-using-spinnaker-on-aws-and-kubernetes/?referralCode=785B43B0D797B78E4B2C
73 stars 339 forks source link

! ERROR Unexpected exception: java.lang.IndexOutOfBoundsException: #2

Closed jayamurugans closed 5 years ago

jayamurugans commented 6 years ago

Hi

I am getting ! ERROR Unexpected exception: java.lang.IndexOutOfBoundsException: while running spinnaker deploy after changing rosco.yml. Can someone help me? I am trying baking AWS VM but that gives me the ! ERROR Unexpected exception: java.lang.IndexOutOfBoundsException:.

wardviaene commented 6 years ago

This often means that you're entering invalid yaml. Check the indentation and whether you're correct yaml (you can use yamllint.com to check).