File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
helm/wrongsecrets-ctf-party Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 13
13
- apiGroups : [''] # "" indicates the core API group
14
14
resources : ['services']
15
15
verbs : ['get', 'delete']
16
+ - apiGroups : [''] # "" indicates the core API group
17
+ resources : ['namespaces']
18
+ verbs : ['get', 'delete']
16
19
{{- end }}
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ wrongsecretsCleanup:
219
219
tag : null
220
220
enabled : true
221
221
# -- Specifies when Juice Shop instances will be deleted when unused for that period.
222
- gracePeriod : 1d
222
+ gracePeriod : 2d
223
223
# -- Cron in which the clean up job is run. Defaults to once in an hour. Change this if your grace period if shorter than 1 hour
224
224
cron : " 0 * * * *"
225
225
successfulJobsHistoryLimit : 1
You can’t perform that action at this time.
0 commit comments