diff --git a/argocd/apps/core.yaml b/argocd/apps/core.yaml index 6b9a0cd..5053708 100644 --- a/argocd/apps/core.yaml +++ b/argocd/apps/core.yaml @@ -12,6 +12,8 @@ spec: directory: recurse: true include: '*.yaml' + # This is applied manually since Endpoints resource cannot be managed by ArgoCD + exclude: 'ollama-external.yaml' destination: server: https://kubernetes.default.svc namespace: default