Skip to content

Commit 8c8babd

Browse files
committed
introduce spec.runAsRoot field
Signed-off-by: Jordan <[email protected]>
1 parent 5f99430 commit 8c8babd

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

crds/operators.coreos.com_catalogsources.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ spec:
120120
type: integer
121121
publisher:
122122
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
123126
secrets:
124127
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.
125128
type: array

0 commit comments

Comments
 (0)