OT-CONTAINER-KIT / helm-charts

A repository which that will contain helm charts with best and security practices.
https://ot-container-kit.github.io/helm-charts
49 stars 84 forks source link

fix(charts/redis-cluster): pdb misconfiguration issue #50

Closed armujahid closed 2 years ago

armujahid commented 2 years ago

Fixes: https://github.com/OT-CONTAINER-KIT/helm-charts/issues/49

Let me know if I should disable pdb by default.

Inspiration taken from https://github.com/helm/charts/blob/master/stable/kubernetes-dashboard/templates/pdb.yaml

iamabhishek-dubey commented 2 years ago

Also, you have to update the minor version here:

https://github.com/OT-CONTAINER-KIT/helm-charts/blob/main/charts/redis-cluster/Chart.yaml#L11

armujahid commented 2 years ago

Done.