Skip to content

Commit 7fb90c8

Browse files
authored
Update documentation/modules/pvc-naming-vmware-specific-template.adoc
1 parent 7785161 commit 7fb90c8

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
@@ -99,7 +99,7 @@ restrictions on characters and length. {project-short} will validate the templat
9999
+
100100
The `"[^a-zA-Z0-9-]"` regular expression pattern matches any character that is not a lowercase letter (a-z), an uppercase letter (A-Z), a digit (0-9), or a hyphen (-).
101101
+
102-
"-": This is the replacement string. Any character that matches the pattern will be replaced with a hyphen.
102+
"-": This is the replacement string. Any character that matches the pattern is replaced with a hyphen.
103103
+
104104
If your VM is named `vm_name-with.dots`, the resulting PVC name will be `vm-name-with-dots`.
105105

0 commit comments

Comments
 (0)