Skip to content

Commit ab0b655

Browse files
committed
Update volumes.md
Update as per the suggestion.
1 parent 7568fef commit ab0b655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ clones the repo using Git, then mount the
321321
You can restrict the use of `gitRepo` volumes in your cluster using
322322
[policies](/docs/concepts/policy/) such as
323323
[ValidatingAdmissionPolicy](/docs/reference/access-authn-authz/validating-admission-policy/).
324-
Here is an example of a Common Expression Language (CEL) expression that you can use as
324+
You can use the following Common Expression Language (CEL) expression as
325325
part of a policy to reject use of `gitRepo` volumes:
326326
`!has(object.spec.volumes) || !object.spec.volumes.exists(v, has(v.gitRepo))`.
327327

0 commit comments

Comments
 (0)