23 lines
451 B
YAML
23 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
|