jamesnetherton 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_r321114609
##########
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:"bool,omitempty"`
Review comment:
One thing I noticed when testing - the `integrationplatform` spec appears
like:
```
spec:
build:
baseImage: fabric8/s2i-java:3.0-java8
bool: true
```
You'll need to tweak the field name to `cache`.
----------------------------------------------------------------
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