bigbang-cdi
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.