20 lines
223 B
Plaintext
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 %}
|