diff --git a/.frigate b/.frigate new file mode 100644 index 0000000..618d878 --- /dev/null +++ b/.frigate @@ -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 %} diff --git a/README.md b/README.md index 6e6c642..4304d34 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ -Lib -=========== +# LIB + +to use, add this to your Charts.yaml +``` +dependencies: + - name: lib + repository: "repo.rre.nu/helm" + version: 1.0.0 +``` Common functions for my helm charts at home