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