Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / dmaap / components / dmaap-dr-node / templates / statefulset.yaml
index 2659e96..2795a2b 100644 (file)
@@ -58,9 +58,6 @@ spec:
               name: {{ include "common.fullname" . }}-spool
             - mountPath: {{ .Values.persistence.event.path }}
               name: {{ include "common.fullname" . }}-event-logs
-            - mountPath: /etc/localtime
-              name: localtime
-              readOnly: false
             - mountPath: /opt/app/datartr/etc/node.properties
               name: {{ include "common.fullname" . }}-config
               subPath: node.properties
@@ -77,9 +74,6 @@ spec:
       {{- include "common.imagePullSecrets" . | nindent 6 }}
       serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
       volumes:
-        - name: localtime
-          hostPath:
-            path: /etc/localtime
         - name: {{ include "common.fullname" . }}-config
           configMap:
             name: {{ include "common.fullname" . }}-node-props