Skip to content

Commit 84c3434

Browse files
committed
fix: Update README.md
1 parent a765655 commit 84c3434

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

charts/opencrvs-services/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -780,3 +780,19 @@ In this example:
780780
- `KIBANA_SYSTEM`, `METRICBEAT`, and `APM` will use the specified usernames (`kibana_system`, `beats_system`, `apm_system`) with random passwords.
781781

782782
The generated credentials can be accessed from the `elasticsearch-opencrvs-users` secret.
783+
784+
# Additional information
785+
786+
## Helm chart hooks
787+
788+
Helm chart has following pre-install/upgrade hooks:
789+
- elasticsearch-on-deploy: create elasticsearch users and configure permissions, see `elasticsearch` configuration options for more details how to configure users and permissions
790+
- influxdb-on-deploy: create database
791+
- mongo-on-deploy: create databases and users with correct permissions, see `mongodb` configuration options for more details how to configure users and permissions
792+
- postgres-on-deploy: create database, schemas and users with correct permissions
793+
794+
Helm chart has following post-install/upgrade hooks:
795+
- data-migration: apply data migrations to postgres, mongodb, influxdb
796+
- data-migration-analytics: apply data migrations to postgres, this hook use Countryconfig assets docker image, see documentation on how to create own analytics dashboards.
797+
- data-seed: initial data seed, runs only on post-install
798+
- elasticsearch-reindex: reindex data after deployment

0 commit comments

Comments
 (0)