Skip to content

Latest commit

 

History

History
63 lines (40 loc) · 1.56 KB

README.md

File metadata and controls

63 lines (40 loc) · 1.56 KB

Archivista

Type: application

Helm chart for Archivista - a graph and storage service for in-toto attestations.

Requirements

A MySQL database and S3 compatible store are needed to successfully install this Helm chart. See Archivista configuration for environment variables needed to establish connections to each datastore. These environment variables can be added to this Helm chart using the value deployment.env[].

Quick Installation

Archivista helm charts are hosted by in-toto helm repository. To add the repository run following command.

helm repo add in-toto https://in-toto.io/helm-charts

If you have already added the repository, run following command to update the repository.

helm repo update

To install the helm chart with default values run following command. The Values section describes the configuration options for this chart.

helm install archivista in-toto/archivista

Uninstallation

To uninstall the Helm chart run following command.

helm uninstall archivista

Maintainers

Name Email Url
in-toto project https://github.com/in-toto/

Source Code

Values

Run:

helm show values in-toto/archivista