stacklio / stackl

An open source, end-to-end application orchestration platform.
https://stackl.io
GNU General Public License v3.0
5 stars 4 forks source link

Change in service name requires new instance name #225

Open openPablo opened 3 years ago

openPablo commented 3 years ago

Expected Result

changing the service name updates the instance

Actual Result

Change in service name requires new instance name

Steps To Reproduce

Potential Causes, Fixes or Additional Information

openPablo commented 3 years ago

A change in the name of the service or the functional requirements used inside of a service doesn't update properly when using "stackl apply -c " . To bypass this, you must create a new instance.

mieel commented 3 years ago

Also when adding services to a SAT, and then applying to an existing instance, the new service won't be included.