Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / sdnc / components / dgbuilder / templates / deployment.yaml
index ab0b21c..a89941d 100644 (file)
@@ -95,9 +95,6 @@ spec:
           - name: SDNC_CONFIG_DIR
             value: /opt/onap/sdnc/data/properties
           volumeMounts:
-          - mountPath: /etc/localtime
-            name: localtime
-            readOnly: true
           - name: config
             mountPath: /opt/app/application.properties
             subPath: application.properties
@@ -121,9 +118,6 @@ spec:
         {{- end }}
       serviceAccountName: {{ include "common.fullname" (dict "suffix" "read" "dot" . )}}
       volumes:
-        - name: localtime
-          hostPath:
-            path: /etc/localtime
         - name: config-input
           configMap:
             name: {{ include "common.fullname" . }}-config