diff --git a/base-helm-configs/gnocchi/gnocchi-helm-overrides.yaml b/base-helm-configs/gnocchi/gnocchi-helm-overrides.yaml index 6f0d5bd9b..52e26172e 100644 --- a/base-helm-configs/gnocchi/gnocchi-helm-overrides.yaml +++ b/base-helm-configs/gnocchi/gnocchi-helm-overrides.yaml @@ -119,6 +119,7 @@ dependencies: db_sync: jobs: - gnocchi-storage-init + - gnocchi-db-init - gnocchi-db-init-indexer services: - endpoint: internal @@ -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