From 114307fa4b391ffb617b0dc39d815f68fa51c674 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Wed, 31 Dec 2025 16:58:10 +0900 Subject: [PATCH] CHORE(goldilocks): disable Goldilocks and Trivy - Comment out goldilocks/argocd.yaml from kustomization - Comment out trivy/argocd.yaml from kustomization - Disable autoSync in both applications - Server overload mitigation --- trivy/argocd.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/trivy/argocd.yaml b/trivy/argocd.yaml index 735506f..38e00c8 100644 --- a/trivy/argocd.yaml +++ b/trivy/argocd.yaml @@ -24,10 +24,7 @@ spec: server: https://kubernetes.default.svc namespace: trivy-system syncPolicy: - automated: - prune: true - selfHeal: true - allowEmpty: false + # automated sync disabled - installation cancelled syncOptions: - CreateNamespace=true - PrunePropagationPolicy=foreground