From 762188ede1f228f232f0c28959de1f1cb4b6736d Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Wed, 1 Dec 2021 13:34:01 +0100 Subject: [PATCH] Add a special note --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d41844f..33cc43e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ Katenary is a tool to help transforming `docker-compose` files to a working Helm Chart for Kubernetes. +> **Important Note** Katenary is a tool to help building Helm Chart from a docker-compose file, but docker-compose doesn't propose as many features as what can do Kubernetes. So, we strongly recommend to use Katenary as a "bootstrap" tool and then to manually enhance the generated helm chart. + # Install