-
Notifications
You must be signed in to change notification settings - Fork 363
Custom Stage Hyperlinks #3895
Copy link
Copy link
Closed as not planned
Labels
kind/enhancementAn entirely new featureAn entirely new featurekind/proposalIndicates maintainers have not yet committed to a feature requestIndicates maintainers have not yet committed to a feature requestneeds/areaIssue or PR needs to be labeled to indicate what parts of the code base are affectedIssue or PR needs to be labeled to indicate what parts of the code base are affectedneeds/priorityPriority has not yet been determined; a good signal that maintainers aren't fully committedPriority has not yet been determined; a good signal that maintainers aren't fully committedstaleStalled with a lack of maintainer commitment; Likely to be closed to reduce noise in the issue queueStalled with a lack of maintainer commitment; Likely to be closed to reduce noise in the issue queue
Metadata
Metadata
Assignees
Labels
kind/enhancementAn entirely new featureAn entirely new featurekind/proposalIndicates maintainers have not yet committed to a feature requestIndicates maintainers have not yet committed to a feature requestneeds/areaIssue or PR needs to be labeled to indicate what parts of the code base are affectedIssue or PR needs to be labeled to indicate what parts of the code base are affectedneeds/priorityPriority has not yet been determined; a good signal that maintainers aren't fully committedPriority has not yet been determined; a good signal that maintainers aren't fully committedstaleStalled with a lack of maintainer commitment; Likely to be closed to reduce noise in the issue queueStalled with a lack of maintainer commitment; Likely to be closed to reduce noise in the issue queue
Checklist
kargo version, if applicable.Proposed Feature
Allow for customization/additional links in stages and possibly other resource views like projects.
Motivation
Right now the link to ArgoCD just links to the in cluster URL of ArgoCD. It'd be nice to customize that so it could pull up the actual destination cluster in our case. Additionally it'd be nice to add a couple other links there.
Suggested Implementation
ArgoCD already has a mechanism through metadata.annotations to add custom links. I think that would work well here.