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.
1 parent d84d4d5 commit b51b46eCopy full SHA for b51b46e
1 file 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
---
0 commit comments