The above are app*.yaml are just nginx deployments
While creating the app no issues it flows as expected like app1-> app2->app3
But now when i try to update the application it works fine if there is change in previous step for example if i update the image of all 3 apps it works as expected
I have a application set as mentioned below
Here is my folder structure
4 directories, 3 files
The above are app*.yaml are just nginx deployments
While creating the app no issues it flows as expected like app1-> app2->app3
But now when i try to update the application it works fine if there is change in previous step for example if i update the image of all 3 apps it works as expected
But if i update the image of app1 and app3 its not working as expected
In above case app2 does not have any changes so app1 and app3 are executing in parallel