Skip to main content

Chart Configuration

The QuickCase chart is monolithic, that is we configure all apps within the main chart and don't make use of sub charts.

The layout in general is in these groups:

  • General - common to all applications
  • Application Specific - configuration that impacts only one application

General config

This includes configuration for:

  • Network Policies
  • OIDC
  • Databases and Blob Stores access

Application specific configuration

These follow the layout of a traditional helm chart but within an application specific namespace.

# General

# App specific
admin_ui:

# etc

case_ui:
# etc

data_store:
# etc

definition_store:
# etc

attachment_store:
# etc