Skip to content

Commit 2a56ea0

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

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

Diff for: crds/operators.coreos.com_catalogsources.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ spec:
7979
priorityClassName:
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
82-
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.
82+
requirePrivilegedAccess:
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)