From bd321e4cc14a908f1ed91bb9d5abdcc3f0643708 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Thu, 19 Mar 2026 00:19:06 +1100 Subject: [PATCH] fix: cannot write to certificates namespace - enable the platform application to write to certificates namespace --- 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'