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:
parent
ef94817a55
commit
733868edee
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue