mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-13 00:20:07 +01:00
fix tests and examples
This commit is contained in:
parent
80cb43fcea
commit
acd93f0748
8 changed files with 20 additions and 16 deletions
|
|
@ -26,11 +26,11 @@ rec {
|
|||
# nixos test script for running the test
|
||||
test-script = config.testing.testsByName.nginx-deployment.test;
|
||||
|
||||
# hashed kubernetes List object
|
||||
result = k8s.mkHashedList { items = config.kubernetes.objects; };
|
||||
# genreated kubernetes List object
|
||||
generated = config.kubernetes.generated;
|
||||
|
||||
# YAML file you can deploy to kubernetes
|
||||
yaml = toYAML k8s-result;
|
||||
# JSON file you can deploy to kubernetes
|
||||
result = config.kubernetes.result;
|
||||
|
||||
# Exported docker images
|
||||
images = config.docker.export;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue