Typecheck, template and modularize your Kubernetes definitions with Dhall
Go to file
2018-02-02 02:12:14 +01:00
out Fix for single valued types 2018-02-02 02:12:14 +01:00
convert.py Fix for single valued types 2018-02-02 02:12:14 +01: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
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 -