# oc set volumes statefulset/productmaster-admin --add \
--type=configmap --name=tz --configmap-name=tz-kolkata \
--mount-path=/e# octc/localtime --sub-path=localtime
# oc set volumes statefulset/productmaster-personaui --add \
--type=configmap --name=tz --configmap-name=tz-kolkata \
--mount-path=/etc/localtime --sub-path=localtime
# oc set volumes statefulset/productmaster-restapi --add \
--type=configmap --name=tz --configmap-name=tz-kolkata \
--mount-path=/etc/localtime --sub-path=localtime
# oc set volumes statefulset/productmaster-sch --add \
--type=configmap --name=tz --configmap-name=tz-kolkata \
--mount-path=/etc/localtime --sub-path=localtime
# oc set volumes statefulset/productmaster-wfl --add \
--type=configmap --name=tz --configmap-name=tz-kolkata \
--mount-path=/etc/localtime --sub-path=localtime
# oc set volumes statefulset/productmaster-fts-indexer --add \
--type=configmap --name=tz --configmap-name=tz-kolkata \
--mount-path=/etc/localtime --sub-path=localtime
# oc set volumes statefulset/productmaster-fts-pim --add \
--type=configmap --name=tz --configmap-name=tz-kolkata \
--mount-path=/etc/localtime --sub-path=localtime
# oc set volumes statefulset/productmaster-gds --add \
--type=configmap --name=tz --configmap-name=tz-kolkata \
--mount-path=/etc/localtime --sub-path=localtime
# oc set volumes statefulset/productmaster-ml --add \
--type=configmap --name=tz --configmap-name=tz-kolkata \
--mount-path=/etc/localtime --sub-path=localtime