chore: add basic template and lib

This commit is contained in:
technofab 2024-03-06 10:23:25 +00:00
parent c39e29b568
commit 6d7653ff0c
8 changed files with 593 additions and 0 deletions

View file

@ -2,3 +2,9 @@
This repository contains utilities for creating Nixlets and a collection of Nixlets. \
Nixlets are kinda like Helm Charts but they are defined using Kubenix and the Nix language. \
\
One can import the Flake and use the renderNixlet function to turn values (like in Helm) into Kubernetes manifests in YAML.
## Examples
Check out the existing [nixlets](./nixlets/) to understand how they work. \
There is also a bare bones [template](./template/).