1
0
Fork 0
mirror of https://git.sr.ht/~goorzhel/turboprop synced 2024-12-14 11:37:37 +00:00

Fix typos

This commit is contained in:
Antonio Gurgel 2024-02-16 21:03:04 -08:00
parent 104cc71f0e
commit 1b7efaabde
2 changed files with 2 additions and 2 deletions

View file

@ -276,7 +276,7 @@ This is a problem solved by Turboprop and all of its dependencies:
#. `nix-kube-generators`_' Helm builder `offers`_ the variables ``kubeVersion`` and ``apiVersions`` with reasonable defaults.
#. Turboprop accumulates APIs as it evaluates service modules in order, providing each module with the APIs generated before it.
Which order? Well, Hamuea loads and Turboprop evaluates in alphabetical order. And thus we arrive to the crux of the problem: ``gateway-api`` > ``default``. Luckily, it's trivial to solve::
Which order? Well, Haumea loads and Turboprop evaluates in alphabetical order. And thus we arrive to the crux of the problem: ``gateway-api`` > ``default``. Luckily, it's trivial to solve::
$ mkdir services/{1-gateway,2-main}
$ mv services/gateway-system services/1-gateway

View file

@ -79,7 +79,7 @@ in {
namespaceFromDir = with builtins; baseNameOf (dirOf module.srcPath);
# Associating a derivation with the path of the module that created it
# makes it simple to built a directory tree of said derivations later.
# makes it simple to build a directory tree of said derivations later.
outPath = "${modPath}/SERVICE.yaml:${module.out.outPath}";
outPaths =
if module.extra != null