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 4e1e543156e06c70633acfbde4b99aba05cd336c..d3252eb695e7b8ee7df337cbebe57fdd472e1679 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}}"
 
 ---