Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 405 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 405 Bytes

kube-jsonnet-bundles

Set of opinionated Kubernetes components written in Jsonnet.

Usage

Get it using jb:

jb install github.com/jsonnet-bundler/jsonnet-bundler@master

Deploy components using tk:

{
  (import 'kube-jsonnet-bundles/<name>/main.libsonnet') {
    // override fields
  }
}