Add OOM chart for SDNC ansible server pod

Change-Id: I0b62374a635b3f64c4d15b74eca8924c86082e92
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: SDNC-312
diff --git a/kubernetes/sdnc/templates/statefulset.yaml b/kubernetes/sdnc/templates/statefulset.yaml
index 63175c4..f648d07 100644
--- a/kubernetes/sdnc/templates/statefulset.yaml
+++ b/kubernetes/sdnc/templates/statefulset.yaml
@@ -101,6 +101,9 @@
           - mountPath: {{ .Values.config.configDir }}/dblib.properties
             name: properties
             subPath: dblib.properties
+          - mountPath: {{ .Values.config.configDir }}/lcm-dg.properties
+            name: properties
+            subPath: lcm-dg.properties
           - mountPath: {{ .Values.config.configDir }}/svclogic.properties
             name: properties
             subPath: svclogic.properties