mirror of
https://git.sr.ht/~goorzhel/turboprop
synced 2024-12-14 11:37:37 +00:00
Fix typos
This commit is contained in:
parent
104cc71f0e
commit
1b7efaabde
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue