Based on, and extending the work done in dockerizing ERDDAP: erddap-gold-standard
You likely want to make at least a minimum configuration deploy-values.yaml with at least something like the following:
domain:
enabled: true
name: your.domain.name
config:
enabled: true
variables: |-
ERDDAP_adminInstitution="your institution"
ERDDAP_adminEmail="[email protected]"
Clone this repository to a machine with the helm binary from helm.sh, review the default values, and install.
helm install erddap --repo https://kumulustech.github.io/erddap-helm erddap --values deploy-values.yaml
Fork and submit a pull request. We follow the code of conduct outlined in our Code of Conduct file in the root directory of the repository.