Merge "Revert "[AAF] externalizes init data out from aaf-cass image to chart""
[oom.git] / kubernetes / aaf / components / aaf-templates / templates / _deployment.tpl
index afa5004..25a05a5 100644 (file)
@@ -37,9 +37,6 @@ spec:
         - mountPath: /etc/localtime
           name: localtime
           readOnly: true
-        - mountPath: /opt/app/osaaf/etc/org.osaaf.aaf.log4j.props
-          name: aaf-log
-          subPath: org.osaaf.aaf.log4j.props
         {{- if eq .Values.liveness.enabled true }}
         livenessProbe:
           tcpSocket:
@@ -65,9 +62,6 @@ spec:
           path: /etc/localtime
       - name: aaf-config-vol
         emptyDir: {}
-      - name: aaf-log
-        configMap:
-          name: {{ include "common.release" . }}-aaf-log
       imagePullSecrets:
       - name: "{{ include "common.namespace" . }}-docker-registry-key"
 {{- end -}}