Typecheck, template and modularize your Kubernetes definitions with Dhall
Go to file
2018-05-27 19:55:47 +02:00
default Fix record types and empty records formatting 2018-05-27 19:55:47 +02:00
types Fix record types and empty records formatting 2018-05-27 19:55:47 +02:00
convert.py Fix record types and empty records formatting 2018-05-27 19:55:47 +02:00
example-deployment-no-types.dhall Add untyped example 2017-09-20 17:24:48 +02:00
example-deployment.dhall Add ugly example 2017-09-20 16:55:45 +02:00
LICENSE Create LICENSE 2018-05-27 19:55:07 +02:00
README.md Add untyped example 2017-09-20 17:24:48 +02:00

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 -