added frigate template
This commit is contained in:
parent
7fff421620
commit
e9cca5c631
19
.frigate
Normal file
19
.frigate
Normal 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 %}
|
11
README.md
11
README.md
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user