common-helm-lib/.frigate

20 lines
223 B
Plaintext
Raw Normal View History

2024-10-18 08:26:05 +00:00
{% 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 %}