Merge pull request #45922 from dipesh-rawat/fix-cacheDir-getresource

Update cacheDir configuration with "getresource" usage
pull/45933/head
Kubernetes Prow Robot 2024-04-19 02:03:29 -07:00 committed by GitHub
commit e54cdd0fc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ disableLanguages = ["no"]
[caches.getcsv]
dir = ":cacheDir/:project"
maxAge = "60s"
[caches.getjson]
[caches.getresource]
dir = ":cacheDir/:project"
maxAge = "60s"
[caches.images]