From 90d6f2efa91f1c9f80383d07e167a88303fc7314 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Sat, 27 Jun 2020 17:16:53 +0100 Subject: [PATCH] [27.06.20] JDBC url testing --- configuration/scripts/deployToKubernetes.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/configuration/scripts/deployToKubernetes.sh b/configuration/scripts/deployToKubernetes.sh index 34177e2..ae18ff2 100755 --- a/configuration/scripts/deployToKubernetes.sh +++ b/configuration/scripts/deployToKubernetes.sh @@ -2,8 +2,6 @@ APPLICATION_NAME=$1 -cat configuration/kubernetes/deployment.yaml - kubectl apply -f configuration/kubernetes/deployment.yaml kubectl apply -f configuration/kubernetes/service.yaml