diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-10-05 07:13:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-10-05 07:13:19 +0000 |
commit | 9b0a02ce435c5b8c486adaab3e03fc03f42914fb (patch) | |
tree | 3d12993257cd132f4ca725ccad1813a9c5f33e49 /kubernetes/sdc/components/sdc-wfd-fe | |
parent | ab7230ea90109edf7cb0c8b1ced2808f9f81ddb1 (diff) | |
parent | d06aa1f3db0d0e2ba876041d47c5fd699b74a6b2 (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.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 }} |