Skip to content

Commit c6d2f45

Browse files
authored
(catsrc) move runAsRoot to spec.GrpcConfig from top level spec (#259)
1 parent 7339a22 commit c6d2f45

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

crds/operators.coreos.com_catalogsources.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ 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.
84+
type: boolean
8285
tolerations:
8386
description: Tolerations are the catalog source's pod's tolerations.
8487
type: array
@@ -120,9 +123,6 @@ spec:
120123
type: integer
121124
publisher:
122125
type: string
123-
runAsRoot:
124-
description: RunAsRoot allows admins to indicate that they wish to run the CatalogSource pod in a privileged pod as root. This should only be enabled when running older catalog images which could not be run as non-root.
125-
type: boolean
126126
secrets:
127127
description: Secrets represent set of secrets that can be used to access the contents of the catalog. It is best to keep this list small, since each will need to be tried for every catalog entry.
128128
type: array

0 commit comments

Comments
 (0)