infra/argocd-apps/extra-resources.yaml
2026-03-16 03:58:10 +02:00

23 lines
501 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: raw-resources
namespace: argocd
spec:
project: infra
source:
repoURL: 'ssh://git@gitea-ssh.dev-tools.svc.cluster.local.:2222/dvirlabs/infra.git'
targetRevision: HEAD
path: manifests/raw
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: infra
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true