Summary
Need to Add logic in automation for handling of "tolerations/Affinity" in deployment template
Motivation
For Azure Spot Machine if we will not add "tolerations/Affinity" in our deployment template then CD will fail, So I have to handle this in my automation as well.
Proposal
I Have to get default deployment template and stored it in a object and need to add "tolerations/Affinity" in the default template .
AB#110