asifdxtreme commented on a change in pull request #922: fix: Add option to
disable Kaniko cache warming
URL: https://github.com/apache/camel-k/pull/922#discussion_r323081347
##########
File path: pkg/apis/camel/v1alpha1/integrationplatform_types.go
##########
@@ -105,6 +105,7 @@ type IntegrationPlatformBuildSpec struct {
PersistentVolumeClaim string
`json:"persistentVolumeClaim,omitempty"`
Maven MavenSpec
`json:"maven,omitempty"`
HTTPProxySecret string
`json:"httpProxySecret,omitempty"`
+ Cache bool
`json:"cache,omitempty"`
Review comment:
Thanks @astefanutti for the suggestion, I have updated it now
----------------------------------------------------------------
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