diff options
author | Vincent Ambo <mail@tazj.in> | 2021-09-18T12·05+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2021-09-18T12·35+0000 |
commit | b6957923ffc5bfb1e0ab890d5e611e4ac2503575 (patch) | |
tree | 7ca294c78b5312e7b37e19ccf58f6c51933e8492 /ops | |
parent | 8cd0e92f7c7378fc990ba9bfa4397d6e138af5ec (diff) |
docs(kontemplate): Remove mention of kontemplate website r/2885
This doesn't exist anymore. Change-Id: I4535e056acba3bbc7bbd1e764a0b3043639b0877 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3570 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
Diffstat (limited to 'ops')
-rw-r--r-- | ops/kontemplate/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ops/kontemplate/README.md b/ops/kontemplate/README.md index 774796c90949..803a1c4f16fb 100644 --- a/ops/kontemplate/README.md +++ b/ops/kontemplate/README.md @@ -1,8 +1,8 @@ Kontemplate - A simple Kubernetes templater =========================================== -[Kontemplate][] is a simple CLI tool that can take sets of Kubernetes resource -files with placeholders and insert values per environment. +Kontemplate is a simple CLI tool that can take sets of Kubernetes resource files +with placeholders and insert values per environment. This tool was made because in many cases all I want in terms of Kubernetes configuration is simple value interpolation per environment (i.e. Kubernetes @@ -181,6 +181,5 @@ in the `LICENSE` file. Please follow the [code of conduct](CODE_OF_CONDUCT.md). -[Kontemplate]: http://kontemplate.works [Helm]: https://helm.sh/ [releases page]: https://github.com/tazjin/kontemplate/releases |