Merge "update DFC tag to 1.1.0 for master branch"
[oom.git] / kubernetes / pomba / charts / pomba-networkdiscovery / templates / deployment.yaml
index 1bd0309..91b4c5a 100644 (file)
@@ -64,13 +64,13 @@ spec:
             name: {{ include "common.fullname" . }}-config\r
             subPath: application.properties\r
             readOnly: true\r
-          - mountPath: /opt/app/config/auth/enricher-client-cert.p12\r
+          - mountPath: /opt/app/config/auth/client-cert-onap.p12\r
             name: {{ include "common.fullname" . }}-auth-secret\r
-            subPath: enricher-client-cert.p12\r
+            subPath: client-cert-onap.p12\r
             readOnly: true\r
 \r
           resources:\r
-{{ toYaml .Values.resources | indent 12 }}\r
+{{ include "common.resources" . | indent 12 }}\r
         {{- if .Values.nodeSelector }}\r
         nodeSelector:\r
 {{ toYaml .Values.nodeSelector | indent 10 }}\r