crossplane-contrib / provider-kafka

Crossplane provider for Kafka
Apache License 2.0
30 stars 32 forks source link

Enable support for Management Policies #70

Open eshepelyuk opened 5 months ago

eshepelyuk commented 5 months ago

When setting the managementPolices to anything non-standard, like "Create", I'm receiving error saying "spec.managementPolicies is set to a non-default value but the feature is not enabled: [Create]".

Although CLI has no flags to enable this behaviour.

This is inspired by issues from provider-helm.

https://github.com/crossplane-contrib/provider-helm/issues/209 https://github.com/crossplane-contrib/provider-helm/pull/217