authzed / spicedb-operator

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

Backward-compatibility for deployment patches #197

Closed ecordell closed 1 year ago

ecordell commented 1 year ago

196 gave the spicedb container a stable name, making it easier to write patches that can be re-used between SpiceDBClusters.

Because it changed the container name, it's possible that existing patches will fail to apply to it. The operator should be updated to interpret Deployment patches to the <cluster>-spicedb container to apply to the spicedb container instead.

Needs to be done before the next release.