[COMMON] Remove hostPath entries
[oom.git] / kubernetes / dmaap / components / message-router / templates / statefulset.yaml
index 7483284..ede6cb0 100644 (file)
@@ -71,9 +71,6 @@ spec:
           - name: useZkTopicStore
             value: "false"
           volumeMounts:
-            - mountPath: /etc/localtime
-              name: localtime
-              readOnly: true
             - mountPath: /appl/dmaapMR1/bundleconfig/etc/appprops/MsgRtrApi.properties
               subPath: MsgRtrApi.properties
               name: appprops
@@ -122,9 +119,6 @@ spec:
               name: cluster-ca-certs
       serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
       volumes:
-        - name: localtime
-          hostPath:
-            path: /etc/localtime
         - name: appprops
           configMap:
             name: {{ include "common.fullname" . }}-msgrtrapi-prop-configmap