shalb / charts

Public helm charts collection
Apache License 2.0
5 stars 0 forks source link

mongodb deployment is created even when disabled #6

Open slyt opened 3 months ago

slyt commented 3 months ago

A mongodb deployment and associated pod is created even when the following are set in values.yaml:

chat:
  enabled: false

mongodb:
  install: false