From 7fadc45e9e0bfcdc90cc3adec3ed38c06a18bdc3 Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Mon, 25 Nov 2024 12:02:04 +0100 Subject: [PATCH] chore(typo): bad markdow, bad label name --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bff7d8c..f0cb941 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ effortlessly, saving you time and energy. 🛠️ Simple automated CLI: Katenary handles the grunt work, generating everything needed for seamless service binding and Helm Chart creation. -💡 Effortless Efficiency: You only need to add labels when it's necessary to precise things. Then call `katenary convert` and let the magic happen. +💡 Effortless Efficiency: You only need to add labels when it's necessary to precise things. +Then call `katenary convert` and let the magic happen. # What ? @@ -158,7 +159,7 @@ services: katenary.v3/ingress: |- hostname: myapp.example.com port: 80 - katenary.v3/mapenv: |- + katenary.v3/map-env: |- # make adaptations, DB_HOST environment is actually the service name DB_HOST: '{{ .Release.Name }}-database'