We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c35062 commit 2abb30bCopy full SHA for 2abb30b
apps/grep/base/cronjob.yaml
@@ -23,6 +23,7 @@ spec:
23
[ -f /shared/metacpan_git/.init_complete ] \
24
&& cd /shared/metacpan_git && git pull origin master
25
imagePullPolicy: IfNotPresent
26
+ ttlSecondsAfterFinished: 600 # Automatically delete 10 minutes after completion
27
volumes:
28
- name: gitrepo
29
persistentVolumeClaim:
0 commit comments