Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / msb / components / kube2msb / templates / deployment.yaml
index f92acda..b83d4c9 100644 (file)
@@ -68,10 +68,6 @@ spec:
             value: {{ .Values.config.kubeMasterUrl }}
           - name: MSB_URL
             value: {{tpl $.Values.config.discoveryUrl .}}
-          volumeMounts:
-          - mountPath: /etc/localtime
-            name: localtime
-            readOnly: true
           resources: {{ include "common.resources" . | nindent 12 }}
         {{- if .Values.nodeSelector }}
         nodeSelector:
@@ -81,8 +77,4 @@ spec:
         affinity:
 {{ toYaml .Values.affinity | indent 10 }}
         {{- end }}
-      volumes:
-        - name: localtime
-          hostPath:
-            path: /etc/localtime
       {{- include "common.imagePullSecrets" . | nindent 6 }}