You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update MAINTAINERS.md (#287)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Documentation**
- Added Kirill Klinchenkov and Timofei Larkin as new maintainers in the
maintainers list.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
fix: use status condition for setting cluster configmap state (#94)
Before this fix only current statefulset readiness status defined cluster
state in configmap.
Add validation minimum and change type to *int32 for compatibility (#57)
- `Replicas` field type changed to *int32 according to k8s api
guidelines
- remove unnecessary validation (everything is validated using OpenAPI
scheme)
- allow creation of cluster with 0 replicas
fixes#51