This repository has been archived on 2024-10-10. You can view files and clone it, but cannot push or open issues or pull requests.
egress-test-deployment/app.yaml
2023-02-13 23:06:01 +01:00

22 lines
451 B
YAML

---
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