Skip to content

Commit

Permalink
(catsrc) move runAsRoot to spec.GrpcConfig from top level spec (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
anik120 committed Sep 1, 2022
1 parent 7339a22 commit c6d2f45
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
6 changes: 3 additions & 3 deletions crds/operators.coreos.com_catalogsources.yaml
Expand Up @@ -79,6 +79,9 @@ spec:
priorityClassName:
description: If specified, indicates the pod's priority. If not specified, the pod priority will be default or zero if there is no default.
type: string
runAsRoot:
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.
type: boolean
tolerations:
description: Tolerations are the catalog source's pod's tolerations.
type: array
Expand Down Expand Up @@ -120,9 +123,6 @@ spec:
type: integer
publisher:
type: string
runAsRoot:
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.
type: boolean
secrets:
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.
type: array
Expand Down

0 comments on commit c6d2f45

Please sign in to comment.