From 8207935d36dd1bf7c738c97f9d838a0a27d052a9 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Thu, 19 Mar 2026 00:20:39 +1100 Subject: [PATCH] fix: cannot write to certificates namespace (#38) - enable the platform application to write to certificates namespace Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/38 --- argocd/projects/platform.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/argocd/projects/platform.yaml b/argocd/projects/platform.yaml index d7941c5..a7c0cb9 100644 --- a/argocd/projects/platform.yaml +++ b/argocd/projects/platform.yaml @@ -15,6 +15,8 @@ spec: server: https://kubernetes.default.svc - namespace: 'artifactapi' server: https://kubernetes.default.svc + - namespace: 'certificates' + server: https://kubernetes.default.svc - namespace: 'jfrog' server: https://kubernetes.default.svc - namespace: 'puppet'