Skip to content

Commit 0d40305

Browse files
committed
Update documentation/modules/pvc-naming-vmware-specific-template.adoc
1 parent 2a444c6 commit 0d40305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/modules/pvc-naming-vmware-specific-template.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The example above uses `regexReplaceAll` and `toLower` functions which might be
6060

6161
* *Guest Agent for `WinDriveLetter`*: To accurately retrieve the Windows drive letter, ensure that {vmw} Tools (which includes the `qemu-guest-agent`) is installed and running on your source Windows VMs.
6262

63-
* *Filename Format*: The `.FileName` variable will include the `.vmdk` extension for {vmw} vSphere disks. You may use template functions (like string manipulation or regular expressions) to modify this as needed.
63+
* *Filename Format*: The `.FileName` variable will include the `.vmdk` extension for {vmw} vSphere disks. You can use template functions (like string manipulation or regular expressions) to modify this as needed.
6464

6565
* *PVC Name Restrictions*: PVC names generated by templates must adhere to the Kubernetes DNS-1123 label format. This is enforced during validation because PVC names are often reused as Kubernetes labels in other parts of the codebase. Templates that produce whitespace-only or excessively long output (e.g., over 57 characters if `pvcNameTemplateUseGenerateName` is set to `true`) will fail validation.
6666

0 commit comments

Comments
 (0)