Is there any way to add label to deployment in azure devops release?

7/15/2021

We have several microservices deployed using azure devops build and release pipelines. I want to add label to our pods like .

After doing some R&D I got to know that label will be added during deployment. Is there a way to add label from azure Devops user interface while deployment of microservices?

Below is the YAML file chunk which I need to add in our pods YAML files.

metadata:name: demo labels: aadpodidbinding: podidentity
-- bilal_khan
azure-devops
kubernetes

0 Answers