From d06aa1f3db0d0e2ba876041d47c5fd699b74a6b2 Mon Sep 17 00:00:00 2001 From: Jakub Latusek Date: Thu, 24 Sep 2020 18:48:18 +0200 Subject: [PATCH] [SDC] correct typo Signed-off-by: Jakub Latusek Change-Id: I29f324ef2525a051caff31bc640a00e67b96d9c8 Issue-ID: OOM-2562 --- kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml b/kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml index ad10480a3f..5efa20ec73 100644 --- a/kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml +++ b/kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml @@ -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 }} -- 2.16.6