We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7568fef commit ab0b655Copy full SHA for ab0b655
content/en/docs/concepts/storage/volumes.md
@@ -321,7 +321,7 @@ clones the repo using Git, then mount the
321
You can restrict the use of `gitRepo` volumes in your cluster using
322
[policies](/docs/concepts/policy/) such as
323
[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
+You can use the following Common Expression Language (CEL) expression as
325
part of a policy to reject use of `gitRepo` volumes:
326
`!has(object.spec.volumes) || !object.spec.volumes.exists(v, has(v.gitRepo))`.
327
0 commit comments