mirror of
https://github.com/lukaszraczylo/helm-charts.git
synced 2026-06-08 23:39:59 +00:00
31 lines
612 B
Markdown
31 lines
612 B
Markdown
## Helm Charts for Kubernetes
|
|
|
|
This repository contains Helm charts for Kubernetes.
|
|
|
|
## Installation
|
|
|
|
Add the repository to Helm:
|
|
|
|
```bash
|
|
helm repo add raczylo https://lukaszraczylo.github.io/helm-charts/
|
|
helm repo update
|
|
```
|
|
|
|
## List available charts
|
|
|
|
```bash
|
|
helm search repo raczylo
|
|
```
|
|
|
|
## Chart installation
|
|
|
|
```
|
|
helm install <chart-name> raczylo/<chart-name>
|
|
```
|
|
|
|
## Currently available charts
|
|
|
|
| Chart | Description |
|
|
| ----- | ----------- |
|
|
| [jobs-manager-operator](https://github.com/lukaszraczylo/jobs-manager-operator) | Kubernetes Operator for managing and scheduling Jobs |
|
|
| ----- | ----------- | |