From 3f79d23513c4c9dd29c07549849e6c387a9c3a57 Mon Sep 17 00:00:00 2001 From: rknlhrqy Date: Sun, 2 May 2021 22:02:04 -0400 Subject: [PATCH] Update pgadmin-deployment.yaml ApiVersion of Deployment is "app/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