mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00

Removed OLM code since it is not being used in CDI deployment. Signed-off-by: Alexander Wels <awels@redhat.com>
6 lines
264 B
Bash
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
|