add helm chart example

This commit is contained in:
Bryton Hall 2022-08-15 01:27:50 -04:00
parent 54c35f61a0
commit 5c5191680e
3 changed files with 18 additions and 1 deletions

View file

@ -3,4 +3,5 @@
evalModules ? (import ../. {}).evalModules.${system},
}: {registry ? "docker.io/gatehub"}: {
nginx-deployment = import ./nginx-deployment {inherit evalModules registry;};
helm-chart = import ./helm-chart {inherit evalModules;};
}