Removing disk_space
from spec does not revert to default value
#606
Labels
bug
Something isn't working
disk_space
from spec does not revert to default value
#606
When a postgres service is defined with additional storage using the
disk_space
field on the spec, the service is updated to reflect that change.If the
disk_space
field is removed from the spec in the cluster, then the operator starts reconciling, but no effect is visible on the service in the Aiven console.To reduce disk space back to the default value, the
disk_space
field must be set explicitly to the default value.Reproduce:
kubectl apply -f postgres-no-disk.yaml
kubectl apply -f postgres-add-disk.yaml
kubectl apply -f postgres-no-disk.yaml
postgres-no-disk.yaml.txt
postgres-add-disk.yaml.txt
The text was updated successfully, but these errors were encountered: