```bugfix operator
Fixed an issue with the permissions of the mcp-operator and a wrongly spelled key in the architecture configuration.
### 🐛 Fixes
- [bugfix] [user] authorization controller triggers deletion of clusteradmin [##125](https://github.com/openmcp-project/mcp-operator/pull/125): Ensure that the corresponding ClusterAdmin resource is deleted before the ManagedControlPlane is being deleted.
- [bugfix] [operator] fix typo in helm chart [##121](https://github.com/openmcp-project/mcp-operator/pull/121): Fixed a typo in the helm chart which caused the APIServer architecture config to not be properly propagated.