From e1fd813b7e6b5180e5abc9d3e99ba28e4275ccd4 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Tue, 21 Apr 2026 16:49:55 +0900 Subject: [PATCH] fix: exclude 'ollama-external.yaml' from ArgoCD application directory --- argocd/apps/core.yaml | 2 ++ 1 file changed, 2 insertions(+) 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