UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Kiran Thyagaraja's avatar
Kiran Thyagaraja authored
This merge request adds Kubevirt's Containerized Data Importer Helm Chart.
c4b95b04
History

bigbang-cdi

#Version: 0.0.1-bb.1 Type: application AppVersion: 0.54.0

BigBang compatible Helm chart for Containerized Data Importer (CDI).

Learn More

Pre-Requisites

  • Kubernetes Cluster deployed
  • Kubernetes config installed in ~/.kube/config
  • Helm installed

Install Helm

https://helm.sh/docs/intro/install/

Deployment

  • Clone down the repository
  • cd into directory
helm install bigbang-cdi chart/

Values

Key Type Default Description
cdi.enabled bool true
cdi.git.repo string "https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/cdi"
cdi.git.branch string "image_pull_secrets"
cdi.git.path string "chart"
cdi.flux object {}
monitoring.enabled bool false
logging.enabled bool false
clusterAuditor.enabled bool false
gatekeeper.enabled bool false
eckoperator.enabled bool false
kiali.enabled bool false
jaeger.enabled bool false
fluentbit.enabled bool false
twistlock.enabled bool false
flux.timeout string "10m"
flux.interval string "2m"
flux.test.enable bool false
flux.install.remediation.retries int -1
flux.upgrade.remediation.retries int -1
flux.upgrade.remediation.remediateLastFailure bool true
flux.upgrade.cleanupOnFail bool true
flux.rollback.timeout string "10m"
flux.rollback.cleanupOnFail bool true

Contributing

Please see the contributing guide if you are interested in contributing.