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

7 commits

Author SHA1 Message Date
Antonio Gurgel
f8e2703225 s/user/userData
"user" alone is too ambiguous for a variable name.
2024-07-24 21:11:51 -07:00
Antonio Gurgel
a107476ca1 Don't set Kustomization ns if >1 of them present
Cleaner resolution for the problem mentioned last commit.
Fixes mono-namespace charts while assuming multi-namespace charts
have the diligence to set `.metadata.namespace` everywhere necessary.
2024-07-21 19:59:21 -07:00
Antonio Gurgel
d9ab890072 Format
I need a pre-commit hook...
2023-12-04 19:39:28 -08:00
Antonio Gurgel
7c0b843315 Move kubeV to loader; allow user to set apiV
It doesn't make sense for `kubeVersions` to be an _input_ to the module,
i.e., one provided by the Haumea loader. Let it be passed inside the
foldler instead, like `apiVersions`.

En passant, I realized it's as easy to expose apiVersions to user input;
maybe one'd want to specify APIs not installed by this flake.
2023-12-04 19:34:22 -08:00
Antonio Gurgel
4480806390 Rename src/builders
To avoid confusion with lib/builders.
2023-12-04 00:04:58 -08:00
Antonio Gurgel
0f7f384137 Create mkChartsWithNixhelm; export appT 2023-12-03 23:03:36 -08:00
Antonio Gurgel
3a6246ab83 Final refactor
Make flake importable at top level.
Move app-template to `./src`, removing `charts` from `./lib`.
Clean up unused bits elsewhere.
2023-12-03 21:45:40 -08:00
Renamed from src/default.nix (Browse further)