masayag commented on issue #436: URL: https://github.com/apache/incubator-kie-kogito-serverless-operator/issues/436#issuecomment-2046666841
This proposed design should satisfy the requirements of having a method to propagate workflows globally. 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. 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: > name > string Name of the environment variable. Must be a C_IDENTIFIER. > -- 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]
