common-helm-lib/.frigate
Jonas Forsberg e9cca5c631
All checks were successful
Lint and Test Charts / lint-test (push) Successful in 9s
added frigate template
2024-10-18 10:26:05 +02:00

20 lines
223 B
Plaintext

{% 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 %}