aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/components/sdc-wfd-fe
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2020-10-05 07:13:19 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-05 07:13:19 +0000
commit9b0a02ce435c5b8c486adaab3e03fc03f42914fb (patch)
tree3d12993257cd132f4ca725ccad1813a9c5f33e49 /kubernetes/sdc/components/sdc-wfd-fe
parentab7230ea90109edf7cb0c8b1ced2808f9f81ddb1 (diff)
parentd06aa1f3db0d0e2ba876041d47c5fd699b74a6b2 (diff)
Merge "[SDC] correct typo"
Diffstat (limited to 'kubernetes/sdc/components/sdc-wfd-fe')
-rw-r--r--kubernetes/sdc/components/sdc-wfd-fe/templates/deployment.yaml4
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 }}