DandyDeveloper / charts

Various helm charts migrated from [helm/stable] due to deprecation
https://dandydeveloper.github.io/charts
Apache License 2.0
156 stars 143 forks source link

[chart/redis-ha][Test Pod Resources missing] #213

Closed shaardie closed 2 years ago

shaardie commented 2 years ago

Describe the bug

You can configure resources for all Pods except for the configmap-test Pod.

A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior: Take a look at https://github.com/DandyDeveloper/charts/blob/master/charts/redis-ha/templates/tests/test-redis-ha-pod.yaml. There is no configuration option for resources.

Expected behavior I would expect a configuration like testPod.resources for the helm chart.

A clear and concise description of what you expected to happen.

Additional context

I offer my help to implement this, if wanted.

shaardie commented 2 years ago

Also disabling the test and/or an option to set the image here would be nice.