diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2020-09-30 06:07:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-30 06:07:44 +0000 |
commit | 0f7f7f47b8c6af59a15296ced10fbe59fee270e6 (patch) | |
tree | 8c69116cbafb29d9f01eb87685be7d22c6707019 | |
parent | 273b2a273f2532fd7cb85c13d432ba1d7f131cfd (diff) | |
parent | 1e273d00db5b96abb4d7dec98975b9659ce95dbf (diff) |
Merge "[VNFSDK] Change volume to volumeMounts"
-rw-r--r-- | kubernetes/vnfsdk/templates/deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/vnfsdk/templates/deployment.yaml b/kubernetes/vnfsdk/templates/deployment.yaml index 06ce21274e..60edcffbbf 100644 --- a/kubernetes/vnfsdk/templates/deployment.yaml +++ b/kubernetes/vnfsdk/templates/deployment.yaml @@ -73,7 +73,7 @@ spec: name: {{ include "common.name" . }} resources: {{ include "common.resources" . | indent 12 }} - volumes: + volumeMounts: - mountPath: /service/webapps/ROOT/WEB-INF/classes/mybatis/configuration/configuration.xml name: init-data subPath: configuration.xml |