diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-02-08T12·03+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-02-08T12·03+0100 |
commit | 1e80f19f7b3e5246b42e74862b32885fb621b03c (patch) | |
tree | 301c2fb6d68505aaef1d31c5fffcf48df6213c5c /README.md | |
parent | 13bf8a8ba39ed6e42bf6965a60c7e44991a364c7 (diff) |
docs: Add build status
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index f9172283297c..df74f2c334f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ KonTemplate - A simple Kubernetes templater =========================================== +[![Build Status](https://travis-ci.org/tazjin/kontemplate.svg?branch=master)](https://travis-ci.org/tazjin/kontemplate) + I made this tool out of frustration with the available ways to template Kubernetes resource files. All I want out of such a tool is a way to specify lots of resources with placeholders that get filled in with specific values, based on which context (i.e. k8s cluster) is specified. |