Update pizpub config
[ric-plt/ric-dep.git] / helm / e2term / resources / pizpub.crontab
index a41b109..44b8a8e 100644 (file)
@@ -15,4 +15,6 @@
 ################################################################################
 
 #
+{{- with index .Values.e2term .key }}
 0 * * * * find {{ .pizpub.dataRootDir }}/{{ .pizpub.processedDirectory }} -type f  -mtime +3 -delete
+{{- end }}