Initial commit

This commit is contained in:
2023-02-20 10:23:46 +00:00
commit f250085fb2
17 changed files with 8470 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
## 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 |
| ----- | ----------- |