Argocd selector updated

This commit is contained in:
Vaibhav Pathak 2026-01-23 11:16:38 +05:30
parent 721ef7ee6b
commit 84b9b491c3

View File

@ -9,8 +9,8 @@ metadata:
github.com/project-slug: yourorg/hades-service github.com/project-slug: yourorg/hades-service
# Argo Workflows annotation for environment provisioning # Argo Workflows annotation for environment provisioning
argo-workflows.cnoe.io/label-selector: "service=hades-service" argo-workflows.cnoe.io/label-selector: "service=hades-service"
# ArgoCD annotations # ArgoCD annotations - using selector for dynamic app names
argocd/app-name: hades-service argocd/app-selector: backstage.io/kubernetes-id=hades-service
# Kubernetes annotations - Using kubernetes-id with commonLabels # Kubernetes annotations - Using kubernetes-id with commonLabels
backstage.io/kubernetes-id: hades-service backstage.io/kubernetes-id: hades-service
# Helm chart annotations for environment provisioning # Helm chart annotations for environment provisioning