Merge "[SDC] correct typo"
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 5 Oct 2020 07:13:19 +0000 (07:13 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 5 Oct 2020 07:13:19 +0000 (07:13 +0000)
kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml

index ad10480..5efa20e 100644 (file)
@@ -114,8 +114,8 @@ spec:
             readOnly: true
           {{- if .Values.global.aafEnabled }}
           - name: sdc-certs
-            mountPath: /sdc-certs
-            subpath: mycreds.prop
+            mountPath: /sdc-certs/mycreds.prop
+            subPath: mycreds.prop
           - name: sdc-certs
             mountPath: /var/lib/jetty/etc/{{ .Values.certInitializer.keystoreFile }}
             subPath: {{ .Values.certInitializer.keystoreFile }}