Skip to main content

Helm chart overview

QuickCase makes use of a single chart for all apps, rather that subcharts. This makes it easier to configure and share information such as database connections and OIDC configuration.

The charts do not make use of .Values.global, instead all top level configuration is considered global configuration. Thus .stores, .oidc are all available globally with some possible local configuration.

Each app is within its own namespace in the chart. The data-store configuration is available at .Values.data_store. Due to complications using - all - are replaced with _ i.e. admin-ui is available at admin_ui, etc.

The configuration within each namespace contains all traditional helm configuration. Thus if we are configuring the service for case-ui you can expect this at .Values.case_ui.service