added frigate template
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 9s
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 9s
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 %}
|
Loading…
Reference in New Issue
Block a user