Skip to content

Commit 6c564a6

Browse files
authored
Run community catalogSource in restricted mode (#2915)
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 <[email protected]> Signed-off-by: Alexander Greene <[email protected]>
1 parent cf85bf7 commit 6c564a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/chart/templates/0000_50_olm_17-upstream-operators.catalogsource.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ spec:
99
image: quay.io/operatorhubio/catalog:latest
1010
displayName: Community Operators
1111
publisher: OperatorHub.io
12+
grpcPodConfig:
13+
securityContextConfig: restricted
1214
updateStrategy:
1315
registryPoll:
1416
interval: 60m

0 commit comments

Comments
 (0)