Skip to content

Commit b4deafb

Browse files
BastiaanNvdemeester
authored andcommitted
Remove beta note from projected workspaces and csi as they are stable
1 parent 273a659 commit b4deafb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/workspaces.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,6 @@ workspaces:
509509
##### `projected`
510510

511511
The `projected` field references a [`projected` volume](https://kubernetes.io/docs/concepts/storage/projected-volumes).
512-
`projected` volume workspaces are a [beta feature](./additional-configs.md#beta-features).
513512
Using a `projected` volume has the following limitations:
514513

515514
- `projected` volume sources are always mounted as read-only. `Steps` cannot write to them and will error out if they try.
@@ -530,7 +529,6 @@ workspaces:
530529
##### `csi`
531530

532531
The `csi` field references a [`csi` volume](https://kubernetes.io/docs/concepts/storage/volumes/#csi).
533-
`csi` workspaces are a [beta feature](./additional-configs.md#beta-features).
534532
Using a `csi` volume has the following limitations:
535533
<!-- wokeignore:rule=master -->
536534
- `csi` volume sources require a volume driver to use, which must correspond to the value by the CSI driver as defined in the [CSI spec](https://github.com/container-storage-interface/spec/blob/master/spec.md#getplugininfo).

0 commit comments

Comments
 (0)