mirror of
https://github.com/dhall-lang/dhall-kubernetes.git
synced 2024-11-03 21:05:47 +03:00
Typecheck, template and modularize your Kubernetes definitions with Dhall
out/io/k8s | ||
convert.py | ||
example-deployment-no-types.dhall | ||
example-deployment.dhall | ||
LICENSE | ||
README.md |
Usage
Typed
cat example-deployment.dhall | dhall-to-yaml | kubectl apply -f -
Untyped
cat example-deployment-no-types.dhall | dhall-to-yaml | kubectl apply -f -