From b51b46eae594201d8e2162b7d429d84a5ef4cd53 Mon Sep 17 00:00:00 2001
From: Guilherme Caminha <gpkc@cin.ufpe.br>
Date: Sat, 9 Oct 2021 14:16:26 +0200
Subject: [PATCH] use kube_name on namespace (#37)

Co-authored-by: Pavel <win10@list.ru>
---
 .../{{cookiecutter.project_name}}/deploy/kube/namespace.yml     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fastapi_template/template/{{cookiecutter.project_name}}/deploy/kube/namespace.yml b/fastapi_template/template/{{cookiecutter.project_name}}/deploy/kube/namespace.yml
index 4e1e543..d3252eb 100644
--- a/fastapi_template/template/{{cookiecutter.project_name}}/deploy/kube/namespace.yml
+++ b/fastapi_template/template/{{cookiecutter.project_name}}/deploy/kube/namespace.yml
@@ -2,6 +2,6 @@
 apiVersion: v1
 kind: Namespace
 metadata:
-  name: "{{cookiecutter.project_name}}"
+  name: "{{cookiecutter.kube_name}}"
 
 ---
-- 
GitLab