Allow configuration of Pod Labels (#131)

Allow the configuration of additional Pod Labels. There are several use cases for this, one of which is injecting Istio sidecars which can only be done via Pod Labels.
5 files changed
tree: 833bf871d0529440db980423501b9f1a0bc4bb22
  1. .github/
  2. couchdb/
  3. scripts/
  4. test/
  5. .asf.yaml
  6. .gitignore
  7. .gitmodules
  8. .helmignore
  9. _templates.gotmpl
  10. LICENSE
  11. Makefile
  12. README.md
README.md

CouchDB Helm Charts

This repository contains assets related to the CouchDB Helm chart.

Layout

  • couchdb: contains the unbundled Helm chart
  • test: containes scripts to test the chart locally using Kind

Testing

make test will run an integration test using Kind. This stands up a Kubernetes cluster locally and ensures the chart will deploy using the default options and Helm.

On GitHub, there is a GitHub Action to Lint and Test charts for each PR.

Releasing

On merge to main, a new release is generated by the Chart Releaser GitHub action.

Feedback / Issues / Contributing

General feedback is welcome at our user or developer mailing lists.

Apache CouchDB has a CONTRIBUTING file with details on how to get started with issue reporting or contributing to the upkeep of this project. In short, use GitHub Issues, do not report anything to the Helm team.

The chart follows the technical guidelines / best practices maintained by the Helm team.