Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k8spacket/k8spacket-helm-chart

k8spacket helm chart
https://github.com/k8spacket/k8spacket-helm-chart

helm helm-charts k8spacket kubernetes

Last synced: about 1 month ago
JSON representation

k8spacket helm chart

Awesome Lists containing this project

README

        

# [k8spacket](https://github.com/k8spacket) helm chart

The code is provided as-is with no warranties.

## Usage

[Helm](https://helm.sh) must be installed to use the charts.
Please refer to Helm's [documentation](https://helm.sh/docs/) to get started.

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

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

k8spacket can now be installed with the following command:

```bash
helm install k8spacket --namespace k8spacket k8spacket/k8spacket --create-namespace
```

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

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