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

https://github.com/schamane/charts

Helm public charts
https://github.com/schamane/charts

charts helm helm-charts k8s

Last synced: 2 months ago
JSON representation

Helm public charts

Awesome Lists containing this project

README

        

# Helm Charts for public

## Lint charts

```bash
helm lint charts/*
```

## Charts

### Add repository by URL

```bash
helm repo add schamane-charts https://schamane.github.io/charts/
```

or upgrade repo

```bash
helm repo update
```

### hetzner-pvc

Mount hetzner volume as pvc by id, use values.yaml with own configuration for volume

```yaml
volumeHandle: 'xxxxxxxxx'
size: 10Gi
```

```bash
helm install -n namespace -f values.yaml test-pvc schamane-charts/hetzner-pvc
```