We would like to add date format parameter for following files in Kubernetes deployment. The is needed becuase date format is captured in the image itself so the same image can't be utilized for all customers located in 2 different time zones
\webapps\jasperserver-pro\WEB-INF\bundles\adhoc_masks.properties
ADH_100_MASK_date_0 = ${DATE_FORMAT}
\webapps\jasperserver-pro\WEB-INF\bundles\jasperserver_config.properties
date.format=${DATE_FORMAT}
\webapps\jasperserver-pro\WEB-INF\applicationContext-catFactory.xml
<entry key="day" value="${DATE_FORMAT}"/>
Components | Dockers |