feat(argocd-apps): Add Argo extensions (#1546)
Signed-off-by: Petr Drastil <petr.drastil@gmail.com>
This commit is contained in:
parent
8495d6bb5c
commit
7c3276f44d
5 changed files with 57 additions and 2 deletions
12
charts/argocd-apps/ci/extensions-values.yaml
Normal file
12
charts/argocd-apps/ci/extensions-values.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Test with extensions
|
||||
|
||||
extensions:
|
||||
- name: example
|
||||
namespace: default
|
||||
additionalLabels: {}
|
||||
additionalAnnotations: {}
|
||||
sources:
|
||||
- git:
|
||||
url: https://github.com/argoproj-labs/argocd-example-extension.git
|
||||
- web:
|
||||
url: https://github.com/argoproj-labs/argocd-example-extension/releases/download/v0.1.0/extension.tar
|
||||
Loading…
Add table
Add a link
Reference in a new issue