From d1f880b9887377cc080dfc878d41749194e87b67 Mon Sep 17 00:00:00 2001 From: Dmitriy Kalinin Date: Thu, 25 Jun 2020 15:14:18 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b4407255..af636dfd2 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ kapp controller provides a way to specify which applications should run on your Features: - supports fetching Helm charts (via `helm fetch`), git repos (via `git`), Docker images (via [imgpkg](https://github.com/k14s/imgpkg)), inline content within resource -- supports templating of Helm charts, [ytt](https://get-ytt.io) configuration +- supports templating of Helm charts, [ytt](https://get-ytt.io) configuration (let us know what else we should support...) - installs and syncs resources with [kapp](https://get-kapp.io) More details in [docs](docs/README.md).