20 lines
237 B
Plaintext
20 lines
237 B
Plaintext
{% extends "markdown.jinja2" %}
|
|
|
|
|
|
|
|
{% block title -%}
|
|
# {{ name | upper }}
|
|
|
|
|
|
to use, add this to your Charts.yaml
|
|
```
|
|
dependencies:
|
|
- name: lib
|
|
repository: oci://repo.rre.nu/helm
|
|
version: <chart version>
|
|
```
|
|
|
|
|
|
|
|
{%- endblock %}
|