From 7af2b276ce88685ba2e4beee77877c186026d368 Mon Sep 17 00:00:00 2001 From: Tim Berry Date: Mon, 23 Nov 2020 15:21:37 +0000 Subject: [PATCH] Fix deployment api type --- Chapter_Four/Lecture_6_Lab/manifests/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter_Four/Lecture_6_Lab/manifests/deployment.yaml b/Chapter_Four/Lecture_6_Lab/manifests/deployment.yaml index 62881f3..cf247f7 100644 --- a/Chapter_Four/Lecture_6_Lab/manifests/deployment.yaml +++ b/Chapter_Four/Lecture_6_Lab/manifests/deployment.yaml @@ -1,4 +1,4 @@ -apiVersion: apps/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: zoneprinter