core-deployments/core-deployments.yaml

23 lines
439 B
YAML
Raw Normal View History

2023-02-12 20:36:55 +01:00
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd-ingress
namespace: argocd
spec:
2023-02-12 20:43:01 +01:00
project: default
2023-02-12 20:36:55 +01:00
source:
repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
path: argo
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true
prune: true