mmelko commented on a change in pull request #1861: URL: https://github.com/apache/camel-k/pull/1861#discussion_r617613012
########## File path: pkg/apis/camel/v1/integration_types.go ########## @@ -37,6 +37,7 @@ type IntegrationSpec struct { Dependencies []string `json:"dependencies,omitempty"` Profile TraitProfile `json:"profile,omitempty"` Traits map[string]TraitSpec `json:"traits,omitempty"` + PodTemplate *PodSpecTemplate `json:"template,omitempty"` Review comment: I kept the "template" to preserve the kubernetes naming: ``` spec: template: spec: ``` -- 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