diff --git a/deploy_in_kubernetes.sh b/deploy_in_kubernetes.sh index a10a5245b4ae630fa3f85845506a6d2fe55420e7..18790b1134700d301e9820e1952f92db2bd45a3f 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"