Skip to content

Commit b51b46e

Browse files
gpkcs3rius
andauthored
use kube_name on namespace (#37)
Co-authored-by: Pavel <win10@list.ru>
1 parent d84d4d5 commit b51b46e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • fastapi_template/template/{{cookiecutter.project_name}}/deploy/kube

fastapi_template/template/{{cookiecutter.project_name}}/deploy/kube/namespace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
apiVersion: v1
33
kind: Namespace
44
metadata:
5-
name: "{{cookiecutter.project_name}}"
5+
name: "{{cookiecutter.kube_name}}"
66

77
---

0 commit comments

Comments
 (0)