minor change
This commit is contained in:
parent
0d55e2e60c
commit
cd5b440ec6
|
|
@ -693,7 +693,6 @@ func (c *Cluster) enforceMinResourceLimits(spec *acidv1.PostgresSpec) error {
|
||||||
|
|
||||||
cpuLimit := spec.Resources.ResourceLimits.CPU
|
cpuLimit := spec.Resources.ResourceLimits.CPU
|
||||||
if cpuLimit != "" {
|
if cpuLimit != "" {
|
||||||
cpuLimit := spec.Resources.ResourceLimits.CPU
|
|
||||||
isSmaller, err = util.IsSmallerQuantity(cpuLimit, minCPULimit)
|
isSmaller, err = util.IsSmallerQuantity(cpuLimit, minCPULimit)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return fmt.Errorf("could not compare defined CPU limit %s with configured minimum value %s: %v", cpuLimit, minCPULimit, err)
|
return fmt.Errorf("could not compare defined CPU limit %s with configured minimum value %s: %v", cpuLimit, minCPULimit, err)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue