mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
22 lines
440 B
YAML
22 lines
440 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: redlib
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://gitlab.durp.info/durfy/homelab/gitops.git
|
|
targetRevision: main
|
|
path: dmz/redlib
|
|
directory:
|
|
recurse: true
|
|
destination:
|
|
name: dmz
|
|
namespace: redlib
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|