nicolaferraro commented on a change in pull request #700: Fix #698: provide a
way to override the default image name
URL: https://github.com/apache/camel-k/pull/700#discussion_r288437033
##########
File path: pkg/apis/camel/v1alpha1/build_types.go
##########
@@ -22,6 +22,7 @@ type BuildSpec struct {
Dependencies []string `json:"dependencies,omitempty"`
Repositories []string `json:"repositories,omitempty"`
BuildDir string `json:"buildDir,omitempty"`
+ OperatorImage string `json:"operatorImage,omitempty"`
Review comment:
Yeah, I was thinking the same
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services