This change matches the syntax of the 'oneOf' clause (for validation) to the syntax that is returned when you use the kubectl get crd connectors.skupper.io -o yaml command.
Even though the two syntaxes are semantically equivalent (I believe), kubectl apply -f detects a mismatch and will patch the CRD with no effect.
This change matches the syntax of the 'oneOf' clause (for validation) to the syntax that is returned when you use the
kubectl get crd connectors.skupper.io -o yaml
command.Even though the two syntaxes are semantically equivalent (I believe),
kubectl apply -f
detects a mismatch and will patch the CRD with no effect.