From c898adf3db803d6fc6e07448dfc1582dd57b11af Mon Sep 17 00:00:00 2001 From: Kevin Pouget Date: Wed, 13 May 2026 11:27:15 +0200 Subject: [PATCH] fournos: gitops: base/workflows/kustomization: disable the job sync for the time being --- fournos/gitops/base/workflows/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fournos/gitops/base/workflows/kustomization.yaml b/fournos/gitops/base/workflows/kustomization.yaml index af70922b..d56669a8 100644 --- a/fournos/gitops/base/workflows/kustomization.yaml +++ b/fournos/gitops/base/workflows/kustomization.yaml @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - resolve-job.yaml + # - resolve-job.yaml - task-forge-step.yaml - pipeline-full.yaml - pipeline-test-only.yaml