How to get Deep Links of Argo CD in Kargo UI? #5550
Answered
by
Marvin9
alanliangdev
asked this question in
Q&A
-
|
My understanding is this is a supported feature based on a recent video And an old issue which describes the behaviour: However when I click on my stage, I don't see any link.
I do use the argocd-update step aswell: - config:
apps:
- name: example-app
uses: argocd-update |
Beta Was this translation helpful? Give feedback.
Answered by
Marvin9
Jan 12, 2026
Replies: 1 comment
-
|
Define ArgoCD shards in your helm chart - https://github.com/akuity/kargo/blob/main/charts/kargo/values.yaml#L361 Then map your stage with ArgoCD shard it will interact apiVersion: kargo.akuity.io/v1alpha1
kind: Stage
metadata:
labels:
kargo.akuity.io/shard: shard2 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
alanliangdev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Define ArgoCD shards in your helm chart - https://github.com/akuity/kargo/blob/main/charts/kargo/values.yaml#L361
Then map your stage with ArgoCD shard it will interact