Dataloader job is a part of Global Public Inclusive Infrastructure. Check out more at GPII GitHub account.
$ helm install path_to_chart/gpii-dataloaderThis chart bootstraps a GPII Dataloader deployment on a Kubernetes cluster using the Helm package manager.
- Kubernetes 1.8+ with Beta APIs enabled
To install the chart with the release name my-release:
$ helm install --name my-release path_to_chart/gpii-dataloaderThe command deploys gpii-dataloader on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.
Tip: List all releases using
helm list
To uninstall/delete the my-release deployment:
$ helm delete my-releaseThe command removes all the Kubernetes components associated with the chart and deletes the release.
The following table lists the configurable parameters of the gpii-dataloader chart and their default values.
| Parameter | Description | Default |
|---|---|---|
couchdb_url |
couchdb url for dataloader | http://admin:password@couchdb-svc-couchdb.gpii.svc.cluster.local:5984/gpii |
image.repository |
container image repository | gpii/universal |
image.checksum |
container image checksum | sha256:fa3bbf3a8255be83552da35b84a1a005d5cb3a44627510171a5a5eb11b2aea89 |
image.pullPolicy |
container image pullPolicy | IfNotPresent |