lburgazzoli opened a new issue #1299: Reference to IntegrationKit metdata in Builder CR URL: https://github.com/apache/camel-k/issues/1299 looks like the builder cr stores the metadata from the IntegrationKit in a spec field : ```yaml metadata: creationTimestamp: 2020-02-25T10:42:40Z generation: 1 labels: camel.apache.org/created.by.kind: Integration camel.apache.org/created.by.name: simple camel.apache.org/created.by.version: "2229" name: kit-bpafk8483bbsemjvspv0 namespace: default ownerReferences: - apiVersion: camel.apache.org/v1 blockOwnerDeletion: true controller: true kind: IntegrationKit name: kit-bpafk8483bbsemjvspv0 uid: 8bd31e83-57bb-11ea-b729-c05ba2de7066 resourceVersion: "2254" selfLink: /apis/camel.apache.org/v1/namespaces/default/builds/kit-bpafk8483bbsemjvspv0 uid: 8bd9edd4-57bb-11ea-b729-c05ba2de7066 spec: tasks: - builder: baseImage: adoptopenjdk/openjdk8:slim buildDir: /builder/kit-bpafk8483bbsemjvspv0 dependencies: - camel:log - camel:timer - mvn:org.apache.camel.k/camel-k-loader-groovy - mvn:org.apache.camel.k/camel-k-runtime-main maven: localRepository: /tmp/artifacts/m2 settings: configMapKeyRef: key: settings.xml name: camel-k-maven-settings timeout: 3m45s meta: creationTimestamp: 2020-02-25T10:42:40Z generation: 1 labels: camel.apache.org/created.by.kind: Integration camel.apache.org/created.by.name: simple camel.apache.org/created.by.version: "2229" camel.apache.org/kit.type: platform camel.apache.org/runtime.provider: main camel.apache.org/runtime.version: 1.1.0 name: kit-bpafk8483bbsemjvspv0 namespace: default resourceVersion: "2235" selfLink: /apis/camel.apache.org/v1/namespaces/default/integrationkits/kit-bpafk8483bbsemjvspv0 uid: 8bd31e83-57bb-11ea-b729-c05ba2de7066 ``` This seems to be used only by the s2i builder as it has not yet been re-factored as a task, once done, we sould remove such reference
---------------------------------------------------------------- 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 With regards, Apache Git Services