From 457ab194164c7d7ca14caeeeb9fa91f4564e3988 Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Mon, 30 Mar 2026 07:11:52 -0700 Subject: [PATCH] Scope Kingfisher scan to eblume user only on ringtail Mirror repos cause scan failures (likely ephemeral storage or timeout). Scan only eblume/ repos until we investigate the root cause. Co-Authored-By: Claude Opus 4.6 (1M context) --- argocd/manifests/kingfisher/cronjob.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/argocd/manifests/kingfisher/cronjob.yaml b/argocd/manifests/kingfisher/cronjob.yaml index 610d862..9874eae 100644 --- a/argocd/manifests/kingfisher/cronjob.yaml +++ b/argocd/manifests/kingfisher/cronjob.yaml @@ -30,7 +30,6 @@ spec: --api-url https://forge.ops.eblu.me/api/v1/ \ --clone-url-base https://forge.ops.eblu.me/ \ --user eblume \ - --all-organizations \ --repo-type all \ --no-update-check \ --tls-mode lax \