Add extra Application info

You can add additional information to an Application on your Argo CD 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:

  1. project: argo-demo
  2. source:
  3. repoURL: 'https://demo'
  4. path: argo-demo
  5. destination:
  6. server: https://demo
  7. namespace: argo-demo
  8. info:
  9. - name: Example:
  10. value: >-
  11. https://example.com

External link

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

External link

External link