Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 875 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 875 Bytes

Helm Charts Repository

The official Rimusz Helm Charts repository.

Getting Started

Install Helm

Get the latest Helm release.

Add Helm chart repository to Helm:

$ helm repo add rimusz https://charts.rimusz.net
$ helm repo update

Install some chart

To install the contour chart with the release name contour:

$ helm upgrade --install contour rimusz/contour

Check contour chart readme for more customization options.

Contributing to Rimusz Charts

Fork the repo, make changes and test it by installing the chart to see it is working. :)

On success make a pull request (PR).

Upon successful review, someone will give the PR a LGTM in the review thread.