tchughesiv commented on PR #311: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/311#issuecomment-1856488517
> It's fixed by increasing the `maxProperty` value to 3. @tchughesiv do you know why it was limited to 2 max in the first place? Any reason for the validation? Can it be increased to 3? No, it should not be increased to 3. The validation is set this way because `ServiceRef` and `JdbcUrl` should not be set simultaneously. It's an either/or scenario. `SecretRef` is a required field. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
