datalust / helm.datalust.co

Helm charts hosted on helm.datalust.co
Apache License 2.0
10 stars 16 forks source link

Add support for extraVolumes, extraVolumeMounts, and extraEnvs #40

Closed KodrAus closed 1 year ago

KodrAus commented 1 year ago

Closes #21 Closes #36

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.