squakez commented on issue #1648: URL: https://github.com/apache/camel-k/issues/1648#issuecomment-668009766
Thanks @nicolaferraro, this is the output of the failing integration: ``` apiVersion: v1 items: - apiVersion: camel.apache.org/v1 kind: Integration metadata: creationTimestamp: 2020-08-03T12:59:22Z generation: 1 managedFields: - apiVersion: camel.apache.org/v1 fieldsType: FieldsV1 fieldsV1: f:spec: .: {} f:sources: {} f:traits: .: {} f:jolokia: .: {} f:configuration: .: {} f:enabled: {} f:status: {} manager: kamel operation: Update time: 2020-08-03T12:59:22Z name: hello namespace: syndesis resourceVersion: "622532" selfLink: /apis/camel.apache.org/v1/namespaces/syndesis/integrations/hello uid: 32a7ae33-5792-4659-9dc5-2285c9cab3a1 spec: sources: - content: | from('timer:tick?period=3000') .setBody().constant('Hello world from Camel K!') .to('log:info') name: hello.groovy traits: jolokia: configuration: enabled: "true" kind: List metadata: resourceVersion: "" selfLink: "" ``` I've double checked the configuration and actually my `kamel` CLI installed version is `1.0.0` whilst the operator deployed image points to `1.1.0`, not sure if those are meant to be incompatible. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org