zalando / postgres-operator

Postgres operator creates and manages PostgreSQL clusters running in Kubernetes
https://postgres-operator.readthedocs.io/
MIT License
4.11k stars 949 forks source link

fix unit test for new subPathExpr feature #2638

Closed FxKu closed 1 month ago

FxKu commented 1 month ago

With #2464 the unit test were not implemented correctly. This PR fixes it and also introduces the isSubPathExpr flag for the spilo volume in case somebody might need this. I did some alphabetical re-ordering in the CRDs.

FxKu commented 1 month ago

:+1:

idanovinda commented 1 month ago

👍