Open alonsocamaro opened 1 month ago
In a 2 tier deployment/multi-cluster deployment, typically it is needed to specify the namespaces:
That is even for simple scenarios, we need to be able to specify multiple namespaces in the Operator. Maybe customers will not like to use namespace-label in namespaces such as openshift-ingress?
@alonsocamaro , please try using the namespaces as follows:
namespaces: ["foo", "bar"]
Note: Only single namespace is supported with the namespace parameter due to this limitation. We should improve the documentation for this use-case.
Setup Details
Orchestration: OSCP
Orchestration Version: 4.12 Operator Version: 3.18.0
Description
When specifying multiple namespace arguments, the syntax checker complains as shown in the next screenshot:
Steps To Reproduce
1) Fill a F5BigIpCtlr with more than one namespace 2) Click create