1
0
Fork 0
mirror of https://git.sr.ht/~goorzhel/turboprop synced 2024-12-15 17:50:52 +00:00

Document flake-builders.namespaces better

This commit is contained in:
Antonio Gurgel 2023-11-23 10:08:38 -08:00
parent ef94817a55
commit 733868edee

View file

@ -100,12 +100,13 @@ in {
trees));
# This builder's signature is:
# [attrset] -> <derivation>
# [attrsets] -> <derivation>
# Each attrset is a Kubernetes object.
# The output is a YAML stream of rendered namespaces.
namespaces = objs:
lib.builders.yamlStream {
name = "namespaces";
namespace = "CLUSTER";
namespace = "CLUSTER"; # ignored in `kubectl create`
inherit objs;
};
}