Skip to content

Commit a1e48ab

Browse files
mark name property in devspace.yaml not required, but explain what happens when it is not provided
Signed-off-by: lianmakesthings <[email protected]>
1 parent 0b33879 commit a1e48ab

File tree

1 file changed

+2
-2
lines changed
  • docs/pages/configuration/_partials/v2beta1

1 file changed

+2
-2
lines changed

docs/pages/configuration/_partials/v2beta1/name.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<details className="config-field" data-expandable="false" open>
33
<summary>
44

5-
## `name` <span className="config-field-required" data-required="true">required</span> <span className="config-field-type">string</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> {#name}
5+
## `name` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">string</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> {#name}
66

77
Name specifies the name of the DevSpace project and uniquely identifies a project.
88
DevSpace will not allow multiple active projects with the same name in the same Kubernetes namespace.
9-
9+
If not provided, DevSpace will use the name of the current working directory.
1010
</summary>
1111

1212

0 commit comments

Comments
 (0)