Skip to content

Commit 4455f39

Browse files
authored
Merge 'main' into 'next' [skip ci]
2 parents adb8892 + 61fadbd commit 4455f39

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ gitlab:
237237
# Default path for README file
238238
# Default: README.md
239239
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
241241
# information for one Kind you have to add it in this list.
242242
# Default: ['Component']
243243
allowedKinds: ['Component', 'Resource']
@@ -247,6 +247,14 @@ gitlab:
247247
# Activate Oauth/OIDC
248248
# Default: false
249249
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
250258
```
251259

252260
### Extra OIDC/OAuth

0 commit comments

Comments
 (0)