-
Notifications
You must be signed in to change notification settings - Fork 7k
feat: Added support to expose ArgoCD instance URL #20327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
7a95e6e
8f03cd0
7c119e4
9ac956b
94d1e8a
c5cfcd7
09ec136
8f65a35
aca3b67
ecc7a6a
d464f57
ad4abf5
f5e1a84
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -182,6 +182,9 @@ const ( | |
| AnnotationKeyAppInstance = "argocd.argoproj.io/tracking-id" | ||
| AnnotationInstallationID = "argocd.argoproj.io/installation-id" | ||
|
|
||
| // AnnotationKeyAppInstanceID is the Argo CD server URL that is managing this resource | ||
| AnnotationKeyAppInstanceID = "argocd.argoproj.io/instance-id" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The naming is confusing. |
||
|
|
||
| // AnnotationCompareOptions is a comma-separated list of options for comparison | ||
| AnnotationCompareOptions = "argocd.argoproj.io/compare-options" | ||
|
|
||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for
Warnf, just useWarn, or include the error.