Skip to content

Add extra Application info

You can add additional information to an Application on your ArgoCD dashboard. If you wish to add clickable links, see Add external URL.

This is done by providing the 'info' field a key-value in your Application manifest.

Example:

project: argo-demo
source:
  repoURL: 'https://demo'
  path: argo-demo
destination:
  server: https://demo
  namespace: argo-demo
info:
  - name: Example:
    value: >-
      https://example.com

External link

The additional information will be visible on the ArgoCD Application details page.

External link

External link