You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/annotations-and-labels.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@
15
15
| argocd.argoproj.io/sync-options | any |[see sync options docs](sync-options.md)| Provides a variety of settings to determine how an Application's resources are synced. |
16
16
| argocd.argoproj.io/sync-wave | any |[see sync waves docs](sync-waves.md)||
17
17
| argocd.argoproj.io/tracking-id | any | any | Used by Argo CD to track resources it manages. See [resource tracking docs](resource_tracking.md) for details. |
18
-
| argocd.argoproj.io/ignore-resource-updates | any |`"true"`, `false`| Used by Argo CD to ignore resource updates. See [reconcile docs](..%2Foperator-manual%2Freconcile.md)reconcile_docs for details. |
18
+
| argocd.argoproj.io/ignore-default-links | any |`"true"`, `false`| Do not add autogenerated links to the ArgoCD UI from this resource. [external URL docs](external-url.md) for details. |
19
+
| argocd.argoproj.io/ignore-resource-updates | any |`"true"`, `false`| Used by Argo CD to ignore resource updates. See [reconcile docs](..%2Foperator-manual%2Freconcile.md)reconcile_docs for details. |
19
20
| link.argocd.argoproj.io/{some link name} | any | An http(s) URL | Adds a link to the Argo CD UI for the resource. See [external URL docs](external-url.md) for details. |
0 commit comments