mbalassi commented on pull request #42:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/42#issuecomment-1060765243
I added an admittedly ugly fix for the webhook not working for multiple
namespaces. @wangyang0918 maybe you have a nicer approach for this. The summary
is that when we pass the `watchNamespaces` array through the template the
output looks as follows:
```
namespaceSelector:
matchExpressions:
- key: kubernetes.io/metadata.name
operator: In
values: [flink-user default]
```
Which creates a selector that cannot be matched, the correct value would be
`["flink-user", "default"]`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]