Updating in healthcheck url to align with specs
[ric-plt/ric-dep.git] / helm / e2term / resources / pizpub.crontab
index a798dfe..44b8a8e 100644 (file)
@@ -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 }}