15 lines
572 B
YAML
15 lines
572 B
YAML
![]() |
# Test Argo CD extension
|
||
|
crds:
|
||
|
keep: false
|
||
|
# Ref: https://github.com/argoproj-labs/argocd-extension-metrics?tab=readme-ov-file#install-ui-extension
|
||
|
server:
|
||
|
extensions:
|
||
|
enabled: true
|
||
|
extensionList:
|
||
|
- name: extension-metrics
|
||
|
env:
|
||
|
- name: EXTENSION_URL
|
||
|
value: https://github.com/argoproj-labs/argocd-extension-metrics/releases/download/v1.0.0/extension.tar.gz
|
||
|
- name: EXTENSION_CHECKSUM_URL
|
||
|
value: https://github.com/argoproj-labs/argocd-extension-metrics/releases/download/v1.0.0/extension_checksums.txt
|