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

Reflow comments

I try to insert line breaks where a thought fragment ends (a habit
learnt from writing subtitles), but in comments and Git commit
messages it doesn't make as much sense.
This commit is contained in:
Antonio Gurgel 2023-11-22 17:54:27 -08:00
parent 5fb1556904
commit e8016e5bc5

View file

@ -29,9 +29,9 @@
rake = import ./lib/rake.nix;
in
{
# Releases expected to provide custom APIs
# (e.g.: Gateway API, Istio, Longhorn)
# go in `./system`. All others in `./releases`.
# Releases expected to provide custom APIs (e.g.: Gateway API,
# Istio, Longhorn) go in `./system`. All others in `./releases`.
# This prevents infinite recursion when gathering APIs.
systemReleaseData = rake.leaves ./system;
releaseData = rake.leaves ./releases;
@ -50,8 +50,7 @@
kubeVersion = pkgs.k3s.version;
kubelib = nix-kube-generators.lib {inherit pkgs;};
# When I move lib/eureka to a separate flake
# this'll look something like:
# When I move lib/eureka to a separate flake this'll look something like:
# lib = import ./lib {...} // {eureka = import ./eureka {...};}
lib = import ./lib {inherit charts kubelib pkgs;};
@ -89,8 +88,8 @@
# Each of the leaves of the `releases` and `extras` attrsets
# is a derivation (explained better in `lib/flake-builders.nix`).
# Here, they are gathered into one mega-derivation, with
# Kustomizations at each level for usage with `kubectl apply -k $path`.
# Here, they are gathered into one mega-derivation, with Kustomizations
# at each level for usage with `k apply -k $path`.
default = let
pname = "kubeflake"; # TODO: find better name
in