authzed / spicedb-operator

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

v1.16.0: configuration file /opt/operator/config.yaml missing #327

Closed zd9KgA closed 1 month ago

zd9KgA commented 1 month ago

The operator fails at start, because the specified configuration file cannot be accessed (panic).

ecordell commented 1 month ago

Thanks for the report, the new release process has broken this.

While I work on fixing it, you can optionally mount this file: https://github.com/authzed/spicedb-operator/blob/main/validated-update-graph.yaml at /opt/operator/config.yaml to get it working.

zd9KgA commented 1 month ago

Many thanks for the swift response. I'll stick to v1.15.0 for the time being and wait for the fix. :-)

ecordell commented 1 month ago

1.16.1 is out, with the graph included in the release manifests. Sorry about that!

zd9KgA commented 1 month ago

Many thanks, Evan. Works fine now.