From f2437a6682328130df3c1af84558b3c3b62cfb6b Mon Sep 17 00:00:00 2001 From: Firman Rosdiansyah Date: Fri, 22 May 2020 03:36:03 +0700 Subject: [PATCH] migrate `apps/v1beta1` to `apps/v1` --- manifests/pgadmin-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/pgadmin-deployment.yaml b/manifests/pgadmin-deployment.yaml index f8bbb13..36b1438 100644 --- a/manifests/pgadmin-deployment.yaml +++ b/manifests/pgadmin-deployment.yaml @@ -18,7 +18,7 @@ # scripts. There is no Service because we are using a very simple port-forward # to access the pod. -apiVersion: apps/v1beta1 +apiVersion: apps/v1 kind: Deployment metadata: name: pgadmin4-deployment