From 1e273d00db5b96abb4d7dec98975b9659ce95dbf Mon Sep 17 00:00:00 2001 From: Jakub Latusek Date: Mon, 28 Sep 2020 15:52:40 +0200 Subject: [VNFSDK] Change volume to volumeMounts Volume field is undefined in container specification Signed-off-by: Jakub Latusek Issue-ID: OOM-2562 Change-Id: I369495febca6673cdd742c8456dd01a68e9d1780 --- kubernetes/vnfsdk/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/vnfsdk/templates') 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 -- cgit 1.2.3-korg