X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fe2term%2Fresources%2Fpizpub.crontab;h=44b8a8e8c181b2793edfac5bdb555093774848ba;hb=e18c48033c5f2ca8936710cc099c97b049859afd;hp=a798dfed16e27a4abd9e2755bca1a0b80758bf82;hpb=38dc857062b14145f5b9db89d10eba0ae5b90d11;p=ric-plt%2Fric-dep.git diff --git a/helm/e2term/resources/pizpub.crontab b/helm/e2term/resources/pizpub.crontab index a798dfe..44b8a8e 100644 --- a/helm/e2term/resources/pizpub.crontab +++ b/helm/e2term/resources/pizpub.crontab @@ -15,4 +15,6 @@ ################################################################################ # -0 * * * * find {{ .Values.dataRootDir }}/{{ .Values.processedDirectory }} -type f -mtime +3 -delete +{{- with index .Values.e2term .key }} +0 * * * * find {{ .pizpub.dataRootDir }}/{{ .pizpub.processedDirectory }} -type f -mtime +3 -delete +{{- end }}