kubenix/docs/content/examples/default.nix

5 lines
76 B
Nix
Raw Normal View History

2022-08-29 02:04:47 -04:00
{
2022-08-31 21:38:14 -04:00
deployment = import ./deployment {};
testing = import ./testing {};
2022-08-29 02:04:47 -04:00
}