[SDC] correct typo 49/113149/3
authorJakub Latusek <j.latusek@samsung.com>
Thu, 24 Sep 2020 16:48:18 +0000 (18:48 +0200)
committerChristophe Closset <christophe.closset@intl.att.com>
Fri, 2 Oct 2020 15:39:30 +0000 (15:39 +0000)
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I29f324ef2525a051caff31bc640a00e67b96d9c8
Issue-ID: OOM-2562

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 }}