Skip to content

Commit

Permalink
Run community catalogSource in restricted mode (#2915)
Browse files Browse the repository at this point in the history
Problem: The helm template that defines the community catalogSource
hasn't been updated to run the catalogSource in the restricted mode,
causing the associated pod not to run.

Solution: Update the helm template to configure the community
catalogSource in restricted mode.

Signed-off-by: Alexander Greene <greene.al1991@gmail.com>

Signed-off-by: Alexander Greene <greene.al1991@gmail.com>
  • Loading branch information
awgreene committed Jan 12, 2023
1 parent cf85bf7 commit 6c564a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ spec:
image: quay.io/operatorhubio/catalog:latest
displayName: Community Operators
publisher: OperatorHub.io
grpcPodConfig:
securityContextConfig: restricted
updateStrategy:
registryPoll:
interval: 60m
Expand Down

0 comments on commit 6c564a6

Please sign in to comment.