From 70243e4d45f26d632d25621d46ac2822b6206399 Mon Sep 17 00:00:00 2001 From: Ulf Lilleengen Date: Fri, 22 Sep 2023 07:19:16 +0200 Subject: [PATCH] disable reindex --- chart/prod.yaml | 2 -- chart/staging.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/chart/prod.yaml b/chart/prod.yaml index 9f27671..d56888f 100644 --- a/chart/prod.yaml +++ b/chart/prod.yaml @@ -40,7 +40,6 @@ bombastic: exporter: topic: sbom-guac-prod indexer: - reindex: true topics: stored: sbom-stored-prod indexed: sbom-indexed-prod @@ -65,7 +64,6 @@ vexination: exporter: topic: vex-guac-prod indexer: - reindex: true topics: stored: vex-stored-prod indexed: vex-indexed-prod diff --git a/chart/staging.yaml b/chart/staging.yaml index 1f75500..042aee8 100644 --- a/chart/staging.yaml +++ b/chart/staging.yaml @@ -50,7 +50,6 @@ bombastic: exporter: topic: sbom-guac-staging indexer: - reindex: true topics: stored: sbom-stored-staging indexed: sbom-indexed-staging @@ -75,7 +74,6 @@ vexination: exporter: topic: vex-guac-staging indexer: - reindex: true topics: stored: vex-stored-staging indexed: vex-indexed-staging