Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.25 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.25 KB

Vault Helm chart

GitHub Workflow Status OpenSSF Scorecard Artifact Hub

A Helm chart for installing Hashicorp Vault .

Development

For an optimal developer experience, it is recommended to install Nix and direnv.

Alternatively, install Go on your computer then run make deps to install the rest of the dependencies.

Make sure Docker is installed with Compose and Buildx.

Run project dependencies:

make up

Run the test suite:

make test-acceptance

Run linters:

make lint # pass -j option to run them in parallel

License

The project is licensed under the Apache 2.0 License.