SPAR Helm Chart 2.x
Context
The Helm Chart for SPAR installation version 2.x and above are aligned new deployment model where a common layer "OpenG2P Commons" is installed within an environment that is shared by all the modules within the environment. Learn more about the deployment architecture here.
Key updates to the chart
The changes made SPAR Helm Chart w.r.t previous versions (1.x and below) are similar to Registry Helm Chart 3.x. Important reference and points to note are listed below:
Consolidation of dependents charts into single SPAR charts. This was done because all the dependent charts are not useful on their own, so Helm chart for each of them was an overkill and adding to the maintance. See
Postgres-init Helm chart added to initialize SPAR DB (
spar_db)Hard coding removed on several resource names and consequently templating used to resolve the names. Refer to the variables under 'globals' in values.yaml. Several variables that are no longer required as globals removed from the globals' list.
Separate users and their secrets created for
spar_db.All database credentials passed via Kubernetes secrets.
Source code
Running the Helm Chart
Follow the instructions given here.
Last updated
Was this helpful?

