Skip to content

k8spacket/k8spacket-helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

k8spacket helm chart

The code is provided as-is with no warranties.

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

  helm repo add k8spacket https://k8spacket.github.io/k8spacket-helm-chart

k8spacket can now be installed with the following command:

  helm install k8spacket --namespace k8spacket k8spacket/k8spacket --create-namespace

If you have custom options or values you want to override:

  helm install k8spacket --namespace k8spacket -f my-k8spacket-values.yaml k8spacket/k8spacket