odin-codespace/deploy/root-application.yaml
smiggiddy 6c14a968c3 adding devops
used gemini to create the k8s/dockerfiles faster
2025-05-02 16:47:07 +00:00

20 lines
No EOL
426 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: odin-projects
namespace: argocd
spec:
project: default
source:
repoURL: {{ .Values.repoUrl }}
path: deploy
targetRevision: {{ .Values.targetRevision }}
destination:
server: https://kubernetes.default.svc
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- PruneLast=true