-
Feature Request
-
Resolution: Done
-
Optional
-
3.x
-
False
-
None
-
False
-
-
The operator should offer the possibility to create all required network policies for a multi-tenant deployment. The docs (
) the required network policies allow-from-openshift-devspaces.yaml, allow-from-openshift-apiserver.yaml and allow-from-workspaces-namespaces.yaml for a multi-tenant deployment. The operator should offer such options e.g. with the following fields:
```
spec:
multiTenant:
enable: true
createNetworkPolicies: true
```