File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs-v2/content/en/schemas
pkg/skaffold/schema/latest Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30073007 },
30083008 "compressedCaching" : {
30093009 "type" : " boolean" ,
3010- "description" : " increases the runtime of the build, but decreases the memory usage especially for large builds (default=true)." ,
3011- "x-intellij-html-description" : " increases the runtime of the build, but decreases the memory usage especially for large builds (default=true)."
3010+ "description" : " increases memory usage but reduces build runtime (default=true)." ,
3011+ "x-intellij-html-description" : " increases memory usage but reduces build runtime (default=true)."
30123012 },
30133013 "hostPath" : {
30143014 "type" : " string" ,
Original file line number Diff line number Diff line change @@ -501,7 +501,7 @@ type KanikoCache struct {
501501 CacheCopyLayers bool `yaml:"cacheCopyLayers,omitempty"`
502502 // CacheRunLayers enables caching of run layers (default=true).
503503 CacheRunLayers * bool `yaml:"cacheRunLayers,omitempty"`
504- // CompressedCaching increases the runtime of the build, but decreases the memory usage especially for large builds (default=true).
504+ // CompressedCaching increases memory usage but reduces build runtime (default=true).
505505 CompressedCaching * bool `yaml:"compressedCaching,omitempty"`
506506}
507507
You can’t perform that action at this time.
0 commit comments