added frigate template
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 9s

This commit is contained in:
Jonas Forsberg 2024-10-18 10:26:05 +02:00
parent 7fff421620
commit e9cca5c631
2 changed files with 28 additions and 2 deletions

19
.frigate Normal file
View File

@ -0,0 +1,19 @@
{% extends "markdown.jinja2" %}
{% block title -%}
# {{ name | upper }}
to use, add this to your Charts.yaml
```
dependencies:
- name: lib
repository: "repo.rre.nu/helm"
version: 1.0.0
```
{%- endblock %}

View File

@ -1,7 +1,14 @@
Lib # LIB
===========
to use, add this to your Charts.yaml
```
dependencies:
- name: lib
repository: "repo.rre.nu/helm"
version: 1.0.0
```
Common functions for my helm charts at home Common functions for my helm charts at home