From 89c76240f809608c55113b6ed417e7028a494831 Mon Sep 17 00:00:00 2001 From: Alexey Igrychev Date: Fri, 30 Aug 2019 18:56:13 +0300 Subject: [PATCH] fix misprint --- docs/pages/reference/deploy_process/deploy_into_kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/reference/deploy_process/deploy_into_kubernetes.md b/docs/pages/reference/deploy_process/deploy_into_kubernetes.md index b2128621b5..c5ddd0d222 100644 --- a/docs/pages/reference/deploy_process/deploy_into_kubernetes.md +++ b/docs/pages/reference/deploy_process/deploy_into_kubernetes.md @@ -198,7 +198,7 @@ Note that `backend-saml/stage/` — is an arbitrary files structure, user can pl {% raw %} * `{{ .Chart.Name }}` — contains [project name] from `werf.yaml` config. * `{{ .Release.Name }}` — contains [release name](#release). - * `{{ .Files.Get }}` — fucnction to read file content into templates, requires file path argument. Path should be relative to `.helm` directory (files outside `.helm` cannot be used). + * `{{ .Files.Get }}` — function to read file content into templates, requires file path argument. Path should be relative to `.helm` directory (files outside `.helm` cannot be used). {% endraw %} ### Values