From e9cca5c6317c55527636dbccf3e748150ba23b39 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Fri, 18 Oct 2024 10:26:05 +0200 Subject: [PATCH] added frigate template --- .frigate | 19 +++++++++++++++++++ README.md | 11 +++++++++-- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 .frigate 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