Skip to content

Commit

Permalink
fix: re-enable db-init job
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeRepko committed Aug 7, 2024
1 parent 5f8312b commit 88bde7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base-helm-configs/gnocchi/gnocchi-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ dependencies:
db_sync:
jobs:
- gnocchi-storage-init
- gnocchi-db-init
- gnocchi-db-init-indexer
services:
- endpoint: internal
Expand Down Expand Up @@ -655,7 +656,7 @@ manifests:
job_clean: true
job_db_drop: false
job_db_init_indexer: true
job_db_init: false
job_db_init: true
job_image_repo_sync: true
secret_db_indexer: true
job_db_sync: true
Expand Down

0 comments on commit 88bde7e

Please sign in to comment.