We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62e5bf6 + 4cfc4dc commit 7a2d191Copy full SHA for 7a2d191
2 files changed
fastapi_template/template/{{cookiecutter.project_name}}/deploy/kube/namespace.yml
@@ -2,6 +2,6 @@
2
apiVersion: v1
3
kind: Namespace
4
metadata:
5
- name: "{{cookiecutter.project_name}}"
+ name: "{{cookiecutter.kube_name}}"
6
7
---
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "fastapi_template"
-version = "3.1.8"
+version = "3.1.9"
description = "Feature-rich robust FastAPI template"
authors = ["Pavel Kirilin <win10@list.ru>"]
packages = [{ include = "fastapi_template" }]
0 commit comments