Skip to content

Commit 55379b1

Browse files
committed
(catsrc) rename grpcPodConfig.runAsRoot to grpcPodConfig.RequirePrivilegedAccess
1 parent c6d2f45 commit 55379b1

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

crds/operators.coreos.com_catalogsources.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ spec:
8080
description: If specified, indicates the pod's priority. If not specified, the pod priority will be default or zero if there is no default.
8181
type: string
8282
runAsRoot:
83-
description: RunAsRoot allows admins to indicate that they wish to run the container inside the CatalogSource pod in a privileged mode as root. This should only be enabled when running older catalog images which could not be run as non-root.
83+
description: RequirePrivilegeAccess when set to true, allows the containers in the pod to run in privileged mode. This should only be set to true when using older catalog images, which could not be run in restricted mode, and require privileged access.
8484
type: boolean
8585
tolerations:
8686
description: Tolerations are the catalog source's pod's tolerations.

0 commit comments

Comments
 (0)