Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 730 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 730 Bytes

Digitalist Directus Helm Chart

This is the Digitalist Helm chart for Directus. Based on the Directus Community Helm Charts.

Documentation

Chart documentation is found in the chart directory.

Modifications to the original Digitalist helm chart

The chown command, run in the init container write-permissions, should be disabled when deploying with persistence of storageclass type EFS. To support this a variable runChown.enabled is introduced and a conditional clause that checks if this variable is set to true or whether persistence has been enabled is evaluated first to determine if the command should be run.