Files

27 lines
558 B
YAML
Raw Permalink Normal View History

2025-08-24 19:04:30 -04:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
2025-08-24 21:38:17 -04:00
name: eggnog
2025-08-24 19:04:30 -04:00
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/nanuchi/argocd-app-config.git
targetRevision: HEAD
path: dev
destination:
server: https://kubernetes.default.svc
namespace: myapp
# pulls every 3 minutes! YAY!
# NOTE: THESE ARE OFF BY DEFAULT!!!
syncPolicy:
syncOptions:
# create namespace if not found
- CreateNamespace=true
automated:
selfHeal: true
# yeet the local
prune: true