ee7c9f0a0c
* feat(helm): s3 configuration can be loaded from configmap - Variables for s3's configuration can now be read in from a configmap in the cluster. This allows deployment tooling, such as Terraform or CloudFormation, to dynamically create an s3 bucket and create a configmap with the necessary values. This decouples the cluster deployment from the helm release. * Update values.schema.json for helm chart - also include changes from a previous commit that had not been included previously