Skip to content

Commit 4c40822

Browse files
authored
chore(shield): remove allowedUnsafeSysctls from the cluster openshift SecurityContextConstraints (#2390)
1 parent 685bc11 commit 4c40822

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

charts/shield/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ maintainers:
1313
- name: mavimo
1414
1515
type: application
16-
version: 1.19.1
16+
version: 1.19.2
1717
appVersion: "1.0.0"

charts/shield/templates/cluster/openshift-securitycontextconstraint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ allowHostPorts: {{ .Values.cluster.host_network }}
1616
allowPrivilegeEscalation: true
1717
allowPrivilegedContainer: true
1818
allowedCapabilities: []
19-
allowedUnsafeSysctls: []
2019
defaultAddCapabilities: []
2120
fsGroup:
2221
type: RunAsAny

0 commit comments

Comments
 (0)