squakez commented on issue #5372:
URL: https://github.com/apache/camel-k/issues/5372#issuecomment-2072508673
Okey, then, if IIUC this problem is not affecting the general build, but
only a build where we expect a profile provided by the user. As you correctly
said, the profile is meant to be a configuration of the IntegrationKit, hence,
it's natural place is the IntegrationKit namespace. I think this particular
situation should be only documented as available providing the configmap in the
namespace where the operator is going to create the IntegrationKit (if it would
change in the future) if the user really needs it. It is reported correctly in
conditions, so it is quite clear the reason why this is failing:
```
message: 'integration kit global/kit-cojsajgpro1c738mvbh0 is in state
"Error".
Failure: could not load profile : configmap:my-profile/profile.xml:
ConfigMap
"my-profile" not found. '
```
--
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]