Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/k8spacket/k8spacket-helm-chart
- Owner: k8spacket
- License: apache-2.0
- Created: 2022-03-20T14:54:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T18:49:11.000Z (about 2 months ago)
- Last Synced: 2024-11-07T19:42:15.416Z (about 2 months ago)
- Topics: helm, helm-charts, k8spacket, kubernetes
- Language: Smarty
- Homepage:
- Size: 555 KB
- Stars: 20
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```