ricardozanini commented on issue #436: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/436#issuecomment-2047665172
> I wonder about selectivity: if we wish to have the properties propagated only to part of the workflows, should we enable a selector to apply the properties? I was thinking of the need to enable properties only for workflows with prod profile (annotation) or based on a specific label. For this one, I think we should handle in another issue since it might have other implications that we need to dig into. > Lastly, the name property name quarkus.http.auth.permission in the example will fail to match the [C_IDENTIFIER](https://go.googlesource.com/build/+/2adbdc4d9838bd45014dac2537d7f4926c5b9d6d/kubernetes/api/types.go#35) as pointed from the envvar spec: oh that was a doc bug I'll override. The problem is that we are using the k8s types from `EnvVar`, which of course must match `C_IDENTIFIER`. In our case, it does not. -- 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]
