Nicolas

Results 4 issues of Nicolas

When executing following code: ``` GeoJSONReader geojsonReader = new GeoJSONReader(new SpatialContext(new SpatialContextFactory()), new SpatialContextFactory()); System.out.println("Type first:" + geojsonReader.read("{\"type\":\"LineString\", \"coordinates\":[[2.287563,48.862743],[2.287862,48.862958],[2.288109,48.863045]]}")); System.out.println("Type second:" + geojsonReader.read("{\"coordinates\":[[2.287563,48.862743],[2.287862,48.862958],[2.288109,48.863045]],\"type\":\"LineString\"}")); ``` the following exception is thrown at...

### Describe the bug With old admin console there is the option "Hosted Domain" for google identity provider ![image](https://user-images.githubusercontent.com/1867448/182605727-83222896-06fc-4064-9970-95121bf8addd.png) With new admin console, I could not found this option ![image](https://user-images.githubusercontent.com/1867448/182605975-88abfd7d-f812-45c3-a2a9-a5fc638457dd.png)...

kind/bug
status/triage

Improve helm chart in order to - allow to define extra labels on serviceMonitor - allow toleration configuration (In my case, I want to exclude the master as it is...