stdlib: argocd app support

Signed-off-by: Kevin Poirot <kevin@vazee.fr>
This commit is contained in:
Kevin Poirot
2021-08-13 16:43:06 +02:00
committed by Sam Alba
parent f29de14a2f
commit f8f39ca75b
9 changed files with 367 additions and 0 deletions

View File

@@ -214,3 +214,9 @@ setup() {
skip "Azure CI infra not implemented yet - manually tested and working"
#dagger -e azure-storage up
}
@test "argocd" {
skip "ArgoCD CI secrets not yet generated"
#dagger -e argocd up
}