From 8fc161172b44f4d3a838e6385e3bc74a4602e95b Mon Sep 17 00:00:00 2001 From: Grzegorz-Lis Date: Thu, 30 Jul 2020 11:51:34 +0200 Subject: [PATCH] [VNFSDK] Make VNFSDK compatible with Kubernetes v1.17 Issue-ID: OOM-2471 Signed-off-by: Grzegorz Lis Change-Id: Ie1621b234b5204dcf9ca83b8b7c2332383deb1cf --- kubernetes/vnfsdk/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/vnfsdk/templates/deployment.yaml b/kubernetes/vnfsdk/templates/deployment.yaml index 3f4d6c43eb..95f68018af 100644 --- a/kubernetes/vnfsdk/templates/deployment.yaml +++ b/kubernetes/vnfsdk/templates/deployment.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -apiVersion: extensions/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: {{ include "common.fullname" . }} -- 2.16.6