This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
Install instructions are here. For information on how to use the Appsody Application Operator, see the documentation.
Added
- Added support for embedding service bindings into a custom resource (#267, #111)
- Added support for affinity settings such as nodeAffinity, podAffinity and podAntiAffinity (#267, #116)
Changed
- Breaking change: In order for the operator to detect Service Binding custom resources automatically ("auto-detect" functionality), the name of the binding resource must follow the
<CR_NAME>-binding
format (e.g.my-app-binding
) (#267, #111)