This PR adds support for specifying additional entries for the deployment's env, volumes, and volumeMounts using the extraEnvs, extraVolumes, and extraVolumeMounts properties in a values.yaml. The naming here follows the convention set by other charts.
Closes #21 Closes #36
This PR adds support for specifying additional entries for the deployment's
env
,volumes
, andvolumeMounts
using theextraEnvs
,extraVolumes
, andextraVolumeMounts
properties in avalues.yaml
. The naming here follows the convention set by other charts.