Skip to content

Commit

Permalink
fix(openshift): fix SecurityContextConstraints for OpenTelemetry Coll…
Browse files Browse the repository at this point in the history
…ector Operator (#3310)

Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
sumo-drosiek authored Sep 28, 2023
1 parent e490afe commit 670e0c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .changelog/3310.fixed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fix(openshift): fix SecurityContextConstraints for OpenTelemetry Collector Operator
2 changes: 2 additions & 0 deletions deploy/helm/sumologic/templates/scc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ defaultAddCapabilities: []
fsGroup:
type: MustRunAs
ranges:
- min: 65532 # opentelemetry-operator
max: 65532 # opentelemetry-operator
- min: 65534
max: 65534
- min: 999 # otelcol
Expand Down

0 comments on commit 670e0c0

Please sign in to comment.