Typecheck, template and modularize your Kubernetes definitions with Dhall
Go to file
2018-05-27 19:55:47 +02:00
out/io/k8s Directories 2018-02-02 02:25:10 +01:00
convert.py Make script executable 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 -