gaorlov / jsonnet-libs

Libraries to help simplify Outreach manifests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsonnet-libs

Libraries to help simplify Outreach manifests

Usage

Install jsonnet

brew install jsonnet

Create a jsonnet manifest

local k = import 'kubernetes/outreach.libsonnet';

Render your manifest

git clone git@github.com:getoutreach/jsonnet-libs.git /tmp/jsonnet-libs
jsonnet -J /tmp/jsonnet-libs manifest.jsonnet

About

Libraries to help simplify Outreach manifests