Hi all,
I am sometimes really wondering what programmers think when they implement features which work fundamentally different than on other similar software and are seemingly half baked. This time around templates. I would really like to know the number of templates rendered unusable because someone accidentally deleted the protection point used as base for the template, because of lack of better knowledge (ah we already deleted this VM and gone) or any visible guard rails.
The expectation would be templates = (multiple) immutable images + settings.
Regards