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
46 stars 79 forks source link

[ Test] : Add values.yaml for redis-operator related charts to test Charts #156

Open shubham-cmyk opened 9 months ago

shubham-cmyk commented 9 months ago

Is your feature request related to a problem? Please describe. This would increase the testing for the Helm chart that we maintain for the operator and help us to easily debug the issues in the Helm chart.

Describe the solution you'd like I would consider writing an action at

./testValues/redis-operator/values-1.yaml 
./testValues/redis-cluster/values.yaml 

We have to use the stable images with tags released by the opstree of the redis and redis-operator and redis-sentinel.

we could have more nodes and additional specific configuration needed in the kind cluster.

drivebyer commented 9 months ago

Add test is great. Could you should a example of ./testValues/redis-cluster/values.yaml, how is it look like

shubham-cmyk commented 9 months ago

Okay I would Add some code here