Skip to content

Commit c66da28

Browse files
authored
Fix error in docs, required field was marked optional (#2225)
1 parent 99126f7 commit c66da28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/d/persistent_volume_claim.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following arguments are supported:
3535

3636
#### Arguments
3737

38-
* `name` - (Optional) Name of the persistent volume claim, must be unique. Cannot be updated. For more info see [Kubernetes reference](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names)
38+
* `name` - (Required) Name of the persistent volume claim, must be unique. Cannot be updated. For more info see [Kubernetes reference](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names)
3939
* `namespace` - (Optional) Namespace defines the space within which name of the persistent volume claim must be unique.
4040

4141
#### Attributes

website/docs/d/persistent_volume_claim_v1.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following arguments are supported:
3535

3636
#### Arguments
3737

38-
* `name` - (Optional) Name of the persistent volume claim, must be unique. Cannot be updated. For more info see [Kubernetes reference](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names)
38+
* `name` - (Required) Name of the persistent volume claim, must be unique. Cannot be updated. For more info see [Kubernetes reference](https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names)
3939
* `namespace` - (Optional) Namespace defines the space within which name of the persistent volume claim must be unique.
4040

4141
#### Attributes

0 commit comments

Comments
 (0)