From 283d6b81b9f8e911ad055d40681424bfda74e62a Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Wed, 4 Jun 2025 16:34:04 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 29b2da3..10d0e65 100644 --- a/README.md +++ b/README.md @@ -67,12 +67,12 @@ To build a dockerimage a Dockerfile is needed. It has to situated in [examples/docker](./examples/docker) dir -and be named in convertion of +and be named in conversion of ```yaml Dockerfile.app_name ``` -corresponing to app_names provided in [cicd-inputs](./examples/k8s/cicd-inputs.yaml) +corresponding to app_names provided in [cicd-inputs](./examples/k8s/cicd-inputs.yaml) e.g. @@ -134,7 +134,7 @@ The file to be pulled has to be in key=value format coded as yaml. Defined key will be pulled from etcd during workflow execution, and saved to a k8s secret named as {{ app_name }}-secret. -To mount secret as envs, add / uncomment follwing lines from deployment's manifest: +To mount secret as envs, add / uncomment following lines from deployment's manifest: ```yaml