Context
In PR #1606, the database configuration interface was updated with a breaking change:
- Old:
database.name (single string value)
- New:
database.names (dictionary with clp and spider keys)
This change allows separate database names for CLP and Spider components.
Task
Port this interface change to the K8s Helm chart located at tools/deployment/package-helm.
References
Context
In PR #1606, the database configuration interface was updated with a breaking change:
database.name(single string value)database.names(dictionary withclpandspiderkeys)This change allows separate database names for CLP and Spider components.
Task
Port this interface change to the K8s Helm chart located at
tools/deployment/package-helm.References