From 8e7bc289f62bf53de651bf601523b9f02339306f Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 2 May 2026 21:30:59 +1000 Subject: [PATCH] chore: enable access to paperclip namespace (#101) Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/101 --- argocd/projects/aitooling.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/argocd/projects/aitooling.yaml b/argocd/projects/aitooling.yaml index adc5f6c..a60e350 100644 --- a/argocd/projects/aitooling.yaml +++ b/argocd/projects/aitooling.yaml @@ -11,6 +11,8 @@ spec: destinations: - namespace: 'litellm' server: https://kubernetes.default.svc + - namespace: 'paperclip' + server: https://kubernetes.default.svc clusterResourceWhitelist: - group: '' kind: Namespace