From: Jakub Latusek Date: Thu, 24 Sep 2020 16:48:18 +0000 (+0200) Subject: [SDC] correct typo X-Git-Tag: 7.0.0~164^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=d06aa1f3db0d0e2ba876041d47c5fd699b74a6b2;p=oom.git [SDC] correct typo Signed-off-by: Jakub Latusek Change-Id: I29f324ef2525a051caff31bc640a00e67b96d9c8 Issue-ID: OOM-2562 --- 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 }}