Chart to deploy Heptio Ark backups solutions. It comes preconfigured for AWS S3 backend but that's easily customizable.
helm install --name my-heptio-ark .
The following table lists the configurable parameters of the heptio-ark chart and their default values.
Parameter | Description | Rquired | Default |
---|---|---|---|
s3Bucket |
S3 Bucket name | yes | |
AWS_AK |
AWS Access Key | yes | |
AWS_SK |
AWS Secret Key | yes | |
arkNamespace |
Namespace to store backups | yes | heptio-ark |
logLevel |
log-level parameter for server | no | `` |
This chart is based in this PR in the official charts repository (open at the moment).