DandyDeveloper / charts

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

[charts/redis-ha] Add disableAPICheck to skip api checks for servicemonitor #278

Closed psychomantys closed 1 week ago

psychomantys commented 6 months ago

What this PR does / why we need it:

This helm attempts to verify the API version during deployment processes. However, in some environments, direct access to the API is not available beforehand, which complicates the deployment.

This situation is particularly problematic in two notable scenarios:

My PR proposes modifications that bypass the API version check under these specific conditions, ensuring smoother and more flexible deployments in environments lacking direct API connectivity.

Checklist

DandyDeveloper commented 5 months ago

@psychomantys Can we get a patch bump and pull in the latest master branch?

psychomantys commented 5 months ago

@DandyDeveloper Something like that?