Skip to content

Commit b656cd8

Browse files
committed
Some formatting changes
1 parent 02c43d2 commit b656cd8

File tree

1 file changed

+6
-4
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+6
-4
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -510,15 +510,17 @@ based on setting `securityContext` within the Pod's `.spec`.
510510

511511
### snapshot.storage.kubernetes.io/allowVolumeModeChange
512512

513-
Example: `snapshot.storage.kubernetes.io/allowVolumeModeChange: true`
513+
Example: `snapshot.storage.kubernetes.io/allowVolumeModeChange: "true"`
514514

515515
Used on: VolumeSnapshotContent
516516

517517
Value can either be `true` or `false`.
518-
This determines whether a user can modify the mode of the source volume when a `PVC` is being created from a `VolumeSnapshot`.
519-
520-
See [Converting the volume mode of a Snapshot](/docs/concepts/storage/volume-snapshots/#convert-volume-mode) for more information.
518+
This determines whether a user can modify the mode of the source volume when a
519+
{{< glossary_tooltip text="PersistentVolumeClaim" term_id="persistent-volume-claim" >}} is being
520+
created from a VolumeSnapshot.
521521

522+
Refer to [Converting the volume mode of a Snapshot](/docs/concepts/storage/volume-snapshots/#convert-volume-mode)
523+
and the [Kubernetes CSI Developer Documentation](https://kubernetes-csi.github.io/docs/) for more information.
522524

523525
## Annotations used for audit
524526

0 commit comments

Comments
 (0)