adutra commented on code in PR #3931: URL: https://github.com/apache/polaris/pull/3931#discussion_r2883873046
########## helm/polaris/values.yaml: ########## @@ -1072,6 +1072,10 @@ oidc: # Polaris CORS configuration. cors: + # @schema type:[boolean, null] Review Comment: No need to add null as a valid type here. You can just remove this line and the schema will be (rightfully) inferred to boolean. -- 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]
