containerized-data-importer/cluster-sync/install-config.sh
Alexander Wels 4a20e29db3
Remove OLM integration as we aren't using it. (#982)
Removed OLM code since it is not being used in CDI deployment.

Signed-off-by: Alexander Wels <awels@redhat.com>
2019-10-07 18:34:07 -04:00

6 lines
264 B
Bash

#!/usr/bin/env bash
#Listed here a variables to be set by each provider provider per installation technique
CDI_INSTALL="install-operator" #install CDI via operator manifests
CDI_INSTALL_TIMEOUT=${CDI_INSTALL_TIMEOUT:-120} #timeout for installation sequence