Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: disable HPA downscaling by default (#58)
The default downtime minimum replicas is 0; and the minReplicas field can't be 0 in HorizontalPodAutscaler. This fixes the default installation from crashing when there are HorizontalPodAutoscalers with unspecified downscaler/downtime-replicas annotation.
- Loading branch information