pizzapim
76b8053b27
fix unbound variable 'config' in resultYAML ( #51 )
2024-01-20 20:39:41 -05:00
Felix Scheinost
ea469ff77a
helm: add support for --api-versions ( #38 )
2023-10-18 11:45:20 -04:00
Matej Cotman
473fb3ae50
feat(k8s): add function for injecting names from hashed data objects ( #33 )
2023-09-25 22:05:18 -04:00
Bryton Hall
2712e89716
switch formatting to nixpkgs-fmt
2023-07-07 22:01:49 -04:00
Felix Scheinost
e77a3898de
Replace remarshal with yq ( #26 )
...
Remarshal doesn’t seem to be maintained anymore.
It is also affected by upstream bugs like https://github.com/yaml/pyyaml/issues/89 which affects e.g. prometheus-operator CRDs.
2023-06-19 12:14:20 -04:00
Bryton Hall
67e1d98464
helm: add noHooks option
2023-06-12 02:41:00 -04:00
Bryton Hall
baa1a6c949
flake: format
2023-06-03 03:11:07 -04:00
Felix Scheinost
919e4ec901
Add option for Helm --include-crds ( #18 )
2023-02-27 20:22:59 -05:00
Bryton Hall
5260d2a014
helm: use kube-version instead of api-version
2023-01-18 00:27:56 -05:00
GTrunSec
6a720a257e
statix fix
2022-04-02 13:43:57 -07:00
GTrunSec
890b84be5e
deadnix check
2022-04-02 13:41:07 -07:00
GTrunSec
60592d3096
fmt
2022-04-02 12:40:35 -07:00
David Arnold
39badb2084
fixup tests
2021-05-31 21:14:39 -05:00
David Arnold
09e268920b
ref: move source code to ./src (clean top level)
2021-05-31 17:25:06 -05:00
David Arnold
ee9b4adfc8
ref: non-flake compatibility
...
since this is purely a legacy concern (both default.nix and shell.nix),
we avoid to include the flake-compat as a flake input.
(even though unused inputs are lazily fetched - for style & clarity)
2021-05-31 17:25:05 -05:00
David Arnold
59da5c1698
ref: don't expose upstreamable lib a second time as kubenix.lib
...
It is already overlayd onto pkgs.lib in the context of kubenix'
evalModules
2021-05-31 17:25:04 -05:00
David Arnold
9d006f39fc
ref: streamline extra lib
2021-05-31 17:24:59 -05:00
David Arnold
bf64929797
ref: organize lib folder
2021-05-28 16:19:03 -05:00
David Arnold
db6d83c61e
fmt
2021-05-13 17:33:58 -04:00
Jaka Hudoklin
bbc5e3d477
WIP: test refactoring
2021-05-05 22:49:54 -04:00
GTrunSec
8f0e518bc0
compat nixpkgs and change to testing-python.nix
2021-04-03 22:37:13 -07:00
Jaka Hudoklin
ce55ddead6
fix(fetchhelm): helm init is not required anymore
2020-04-04 18:21:14 +07:00
Jaka Hudoklin
13e5edd9f9
fix regressions due updates in nixpkgs
2020-01-15 12:22:47 +00:00
Jaka Hudoklin
c8c2f69cc4
fix(lib/k8s): mkSecretOption, improve errors if name or key not passed
2020-01-15 09:52:39 +00:00
Jaka Hudoklin
dc200f8484
feat(lib/k8s): add allowNull to mkSecretOption
2020-01-15 09:51:29 +00:00
Jaka Hudoklin
ccb1b8e538
fix(lib/k8s): fix mkSecretOption
2020-01-14 20:43:47 +00:00
Jaka Hudoklin
9cfe310afb
feat(lib/extra): make toYAML return file content as was before
2020-01-14 19:11:24 +00:00
Jaka Hudoklin
d0027e556f
fix(lib/helm): fixes for helm 3
2020-01-14 19:09:39 +00:00
Jaka Hudoklin
e5135b329f
feat(lib/k8s): expose toBase64 and octalToDecimal for legacy support
2020-01-14 18:35:01 +00:00
Jaka Hudoklin
87029e6bd7
fix(lib/k8s): fix mkSecretOption
2020-01-14 18:34:34 +00:00
Jaka Hudoklin
086780088c
feat(k8s): allow to define customTypes from CRDs
2019-10-20 13:48:48 +02:00
Jaka Hudoklin
9f05cd56b1
feat(legacy): refactor legacy kubenix support
2019-10-06 21:43:57 +02:00
Jaka Hudoklin
ec3f7ecb10
feat(k8s): improve aliased resource naming
2019-09-27 18:28:24 +02:00
Jaka Hudoklin
6183fcc190
Refactor:
...
- Support for module features
- Remove kubenix.module and rather use explicit modules
- Make tests framework independent of k8s module
- Remove metacontroller submodule, which will go to kubenix-modules
- Improved submodule propagation and passthru
- Added additional test for k8s-submodule
2019-03-12 20:48:19 +01:00
Jaka Hudoklin
eac2d78667
feat: refactor file structure module interfaces and other
2019-03-07 23:23:07 +01:00
Jaka Hudoklin
5d8b66f8a0
feat: interface and lib refactoring
2019-03-07 18:02:26 +01:00