Argocd: How to handle multiple deployments of a component #835
-
We have the same component (in backstage parlance) deployed in multiple environments, i.e. in dev/stage/prod. In ArgoCD, each such deployment is an application. So, when defining the annotation in my components |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Digging the codebase and I think I found the answer in https://github.com/RoadieHQ/roadie-backstage-plugins/blob/main/plugins/frontend/backstage-plugin-argo-cd/README.md#how-to-use-argo-cd-plugin-in-backstage. Using the |
Beta Was this translation helpful? Give feedback.
Digging the codebase and I think I found the answer in https://github.com/RoadieHQ/roadie-backstage-plugins/blob/main/plugins/frontend/backstage-plugin-argo-cd/README.md#how-to-use-argo-cd-plugin-in-backstage. Using the
argocd/app-selector: <app-selector>
annotation seems to be the way.