Skip to content

Commit cf7994a

Browse files
authored
Merge pull request #1359 from tangledbytes/utkarsh/fix/5.15/sccs
[5.15] SCC Fix
2 parents bda75ef + 08d2b96 commit cf7994a

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

deploy/scc_db.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ allowHostPID: false
1010
allowHostPorts: false
1111
allowPrivilegedContainer: false
1212
readOnlyRootFilesystem: false
13-
requiredDropCapabilities:
14-
- ALL
1513
fsGroup:
1614
type: RunAsAny
1715
runAsUser:

pkg/bundle/deploy.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6403,7 +6403,7 @@ supplementalGroups:
64036403
readOnlyRootFilesystem: true
64046404
`
64056405

6406-
const Sha256_deploy_scc_db_yaml = "de2274e71f8c6e83c0288623941a75d4dabc8c13a9fb9d0c2648b8fda3968b70"
6406+
const Sha256_deploy_scc_db_yaml = "8a54368eed78778d1e3f0af542979cfd4de16249a18ab50ca9fc07f54ac17fc7"
64076407

64086408
const File_deploy_scc_db_yaml = `apiVersion: security.openshift.io/v1
64096409
kind: SecurityContextConstraints
@@ -6417,8 +6417,6 @@ allowHostPID: false
64176417
allowHostPorts: false
64186418
allowPrivilegedContainer: false
64196419
readOnlyRootFilesystem: false
6420-
requiredDropCapabilities:
6421-
- ALL
64226420
fsGroup:
64236421
type: RunAsAny
64246422
runAsUser:

0 commit comments

Comments
 (0)