-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes to growthbook chart to allow use of AWS DocumentDB #160
base: main
Are you sure you want to change the base?
Fixes to growthbook chart to allow use of AWS DocumentDB #160
Conversation
…ls, fix ingress class params
…terminated upstream on ALB
…S CA cert chain into container if mongo backend is a DocumentDB cluster
…rors even if mongodb.enabled is set to false
@AdamStaudt Thanks for this PR. Could you kindly update the version number before review? |
version number updated. |
version: ~13.6.1 | ||
repository: https://charts.bitnami.com/bitnami/ | ||
condition: mongodb.enabled | ||
# dependencies: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AdamStaudt great work, I just wonder why you would remove the Mongodb dependency. I just think it should be disabled by default instead. That way it will not be installed for those who do not need it. For those who need it, they could always override the switch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
agreed, it should be diabled by default instead, rather than removed entirely.
3985c94
to
ae96e73
Compare
Proposed changes
This PR contains changes which make it possible to apply the growthbook chart to configure the deployment to use an AWS DocumentDB cluster as its MongoDB backend.
Checklist
Other information