Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down
Loading