authzed / spicedb-operator

Kubernetes controller for managing instances of SpiceDB
Apache License 2.0
62 stars 26 forks source link

fixes an array patching bug when there are multiple patches #227

Closed ecordell closed 1 year ago

ecordell commented 1 year ago

This is essentially the same bug as #226, but is triggered in a slightly different way: this relies on multiple patches interfering.

This adds a test case that reproduces the problem (which now passes).