From 87c53cc606962194530d381aea404a9a97197c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Segura=20Lucas?= Date: Mon, 11 May 2026 13:28:46 +0200 Subject: [PATCH] Fix mispelled option for BDD workflows --- .github/sync.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/sync.yml b/.github/sync.yml index 979fe7c..afee3a4 100644 --- a/.github/sync.yml +++ b/.github/sync.yml @@ -179,14 +179,14 @@ RedHatInsights/insights-results-aggregator: service: aggregator extra_options: use_kafka: true - use_posrgres: true + use_postgres: true - source: workflows_examples/bdd.yaml.tmpl dest: .github/workflows/bdd-dvo.yaml template: service: dvo-writer extra_options: use_kafka: true - use_posrgres: true + use_postgres: true RedHatInsights/insights-results-aggregator-cleaner: - CODEOWNERS @@ -204,7 +204,7 @@ RedHatInsights/insights-results-aggregator-cleaner: template: service: cleaner extra_options: - use_posrgres: true + use_postgres: true # RedHatInsights/insights-results-aggregator-data: # - CODEOWNERS @@ -225,7 +225,7 @@ RedHatInsights/insights-results-aggregator-exporter: template: service: exporter extra_options: - use_posrgres: true + use_postgres: true use_minio: true RedHatInsights/insights-results-aggregator-mock: