File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ gitlab:
237
237
# Default path for README file
238
238
# Default: README.md
239
239
defaultReadmePath: .gitlab/README.md
240
- # Entity Kinds to witch the plugin works, if you want to render gitlab
240
+ # Entity Kinds to which the plugin works, if you want to render gitlab
241
241
# information for one Kind you have to add it in this list.
242
242
# Default: ['Component']
243
243
allowedKinds: ['Component', 'Resource']
@@ -247,6 +247,14 @@ gitlab:
247
247
# Activate Oauth/OIDC
248
248
# Default: false
249
249
useOAuth: false
250
+ # Cache configuration
251
+ cache:
252
+ # Enable caching for the Gitlab plugin
253
+ # Default: false
254
+ enabled: true
255
+ # Cache TTL for the Gitlab plugin in seconds
256
+ # Default: 300
257
+ ttl: 300
250
258
` ` `
251
259
252
260
# ## Extra OIDC/OAuth
You can’t perform that action at this time.
0 commit comments