Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pod security context #1889

Merged
merged 3 commits into from
Jul 26, 2023

fix: set pod SC only on non-OpenShift

23b9b32
Select commit
Loading
Failed to load commit list.
Merged

Fix pod security context #1889

fix: set pod SC only on non-OpenShift
23b9b32
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 26, 2023 in 1s

59.90% (-2.06%) compared to a2834c2

View this Pull Request on Codecov

59.90% (-2.06%) compared to a2834c2

Details

Codecov Report

Patch coverage: 70.00% and project coverage change: -2.06% ⚠️

Comparison is base (a2834c2) 61.95% compared to head (23b9b32) 59.90%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1889      +/-   ##
==========================================
- Coverage   61.95%   59.90%   -2.06%     
==========================================
  Files         106      106              
  Lines       13801    13802       +1     
==========================================
- Hits         8551     8268     -283     
- Misses       4397     4686     +289     
+ Partials      853      848       -5     
Files Changed Coverage Δ
pkg/config/config.go 85.09% <0.00%> (ø)
pkg/k8s/openshift.go 17.69% <10.34%> (ø)
pkg/http/openshift.go 44.44% <44.44%> (ø)
cmd/client.go 88.75% <50.00%> (ø)
pkg/k8s/security_context.go 89.28% <89.28%> (ø)
pkg/k8s/dialer.go 78.48% <94.44%> (+1.24%) ⬆️
pkg/k8s/persistent_volumes.go 71.79% <100.00%> (+1.12%) ⬆️

... and 23 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.