From c161869a354c13e308c3a1e76e1b8f42ac42c543 Mon Sep 17 00:00:00 2001 From: Carlos Natalino Date: Thu, 25 Nov 2021 09:17:15 +0000 Subject: [PATCH] Improving the script. --- deploy_in_kubernetes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy_in_kubernetes.sh b/deploy_in_kubernetes.sh index a10a5245b..18790b113 100755 --- a/deploy_in_kubernetes.sh +++ b/deploy_in_kubernetes.sh @@ -10,7 +10,7 @@ REGISTRY_IMAGE="" #REGISTRY_IMAGE="http://my-container-registry.local/" # Set the list of components you want to build images for, and deploy. -COMPONENTS="context device automation policy service compute monitoring centralizedattackdetector opticalcentralizedattackdetector" +COMPONENTS="context device automation policy service compute monitoring centralizedattackdetector" # TODO: include opticalcentralizedattackdetector # Set the tag you want to use for your images. IMAGE_TAG="tf-dev" -- GitLab