diff options
author | Jakub Latusek <j.latusek@samsung.com> | 2020-09-24 18:48:18 +0200 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2020-10-02 15:39:30 +0000 |
commit | d06aa1f3db0d0e2ba876041d47c5fd699b74a6b2 (patch) | |
tree | f2fc1cfaf5a4cb62704792fffca3941c28252fec /kubernetes/sdc | |
parent | 7d54df7a616bfb92045e63b75600f6924851292a (diff) |
[SDC] correct typo
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I29f324ef2525a051caff31bc640a00e67b96d9c8
Issue-ID: OOM-2562
Diffstat (limited to 'kubernetes/sdc')
-rw-r--r-- | kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml | 4 |
1 files 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 }} |