From f2b45e92c35e07e7055e86077ee130ceb182d788 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Fri, 28 Jun 2024 14:17:53 +0200 Subject: [PATCH] remove egress-test --- app-files/tests.yaml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/app-files/tests.yaml b/app-files/tests.yaml index 739b2e6..06e45aa 100644 --- a/app-files/tests.yaml +++ b/app-files/tests.yaml @@ -17,28 +17,6 @@ spec: syncOptions: - CreateNamespace=true - automated: - selfHeal: false - prune: true ---- -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: egress-test - namespace: argocd -spec: - project: default - source: - repoURL: https://git.ar21.de/aaron/egress-test-deployment.git - targetRevision: HEAD - path: ressources - destination: - server: https://kubernetes.default.svc - namespace: egress-test - syncPolicy: - syncOptions: - - CreateNamespace=true - automated: selfHeal: false prune: true